Zhihao Yuan
Zhihao Yuan
How about returning a shared_ptr with a customized dtor?
I see. I kind of want to save some types so that people can gain some homogeneity in containers etc. Well.
On Mon, Jan 28, 2013 at 5:16 AM, Edward Rosten [email protected]: > std::string sputf(CharT const *fmt, T const&... t) The interface exists in an initial proposal, but latter it's been...
The `to_string` overloads in the standard library currently just do not fail. And... `ss.exceptions` is still not configured (different from boost::format, which has its own `.exceptions`, `std::putf` relies on the...
So let the operator
On Fri, Mar 1, 2013 at 11:22 AM, jan-hudec [email protected] wrote: > the few classes that have a need for something more complex would use the > most complex mechanism...
Grrrrr. Paste the code here: ``` #include #include namespace stdex { struct _self_formatter_base { friend void _set_current_fmt_string(_self_formatter_base&, char *, size_t); char *get() const { return ptr_; } size_t size() const...
Very much welcome! People keep forgetting that GB18030 is also a Unicode representation and keep asking me why I don't think a UTF-8-only world can be created...
> Is is already working? No, needs more time to design. Or you can give some suggestions on how it should behave ("reverse engineering" Python argparse is lots of work).
> 1. I'd like to keep support for compound arguments, e.g., `ps -aux` which is a combination of three short options: `-a`, `-u` and `-x`. We can let users express...