> Well, the title says it all :-) I would like to have a separate source > file for the ubiquitous BOOST_STATIC_CONSTANT. I have several files > that use BOOST_STATIC_CONSTANT but no real config macro. For those > ones, I currently have something like > > #include "boost/config.hpp" // for BOOST_STATIC_CONSTANT > > Wouldn't > > #include "boost/config/static_constant.hpp" > > be preferable?
Yes but BOOST_STATIC_CONSTANT is dependent upon the config, even if the rest of your code is not, sorry :-/ John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost