Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. [23:35] <_koshi_> have a look at boost::format sometime and tell me if you would be ok using that instead of wxString::Format
  2. [23:35] <_koshi_> (given that interop with wxString can be achieved)
  3. [23:35] <BrainDamage> is it really that better?
  4. [23:35] <_koshi_> much
  5. [23:35] <_koshi_> ver, very much
  6. [23:36] <BrainDamage> what about unicode?
  7. [23:36] <_koshi_> for one it does not use varargs
  8. [23:36] <_koshi_> and therefor is completely typesafe
  9. [23:36] <_koshi_> that would fall under my qualifier statement i guess
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement