What can I do when a error occurs in Object's constructor?

Started by
89 comments, last by phresnel 13 years, 9 months ago
Quote:Original post by Burnhard
Quote:Original post by phresnel
About the default constructible thingy: C++0x will mop this argument away using perfect forwarding, move semantics and variadic templates:

*** Source Snippet Removed ***

g++ will kindly accept this code if you want to play with it.


That's all good. I don't think we'll get 2010 until the next IT budget comes around.


And if, it wouldn't help much. MSVC's support for C++0x is lightyears behind g++'s.

This topic is closed to new replies.

Advertisement