Wednesday, October 6, 2010

Using-declarations and Using-Directives

All using-declarations and using-directives should be after all #include statements.

Reference: More Exceptional C++ by Herb Sutter. Addison-Wesley, 2002, p. 237.

No comments:

Post a Comment