18 Jan
2015
18 Jan
'15
1:45 p.m.
On Sun, Jan 18, 2015 at 6:16 AM, John Maddock
I was thinking of adding inline namespace support (ie lib versioning) to type_traits, but what's the best practice for naming the inline namespace? I was thinking of going with some mangled version of BOOST_VERSION which would effectively change the namespace with each release. That feels like it's probably right to me: old versions of any traits would then be archived in boost::tt105600:: or whatever version the change happened. Comments?
The Google style ( http://google-styleguide.googlecode.com/svn/trunk/cppguide.html) is against inline namespace usage, but I see that in case of multiple versioning this might me interesting to use. Roger