Predefined DataYes, this means that every reference to [code]GLOBAL_H[/code] in your code is simply replaced with i...
help with unhandled exceptionWe'll need to see some more code than that. As a starting point, we could need to see the functions ...
Is there any point using boost::noncopyable?Yes, I think that is the best way to make a class non copyable in C++11. But I wonder if it's still ...
Is there any point using boost::noncopyable?Does anyone use this class? Is it worth the dependency just to save writing your own (few line) non ...
Expanding macros inside string literalsThanks.