Remove inline namespace support - we're not using it.

This commit is contained in:
jzmaddock
2015-06-04 19:00:25 +01:00
parent 916adca633
commit 93aa34671b
2 changed files with 0 additions and 15 deletions

View File

@ -14,8 +14,6 @@
namespace boost {
BOOST_TT_INLINE_NS
// * convert a type T to const type - add_const<T>
// this is not required since the result is always
// the same as "T const", but it does suppress warnings
@ -43,7 +41,6 @@ BOOST_TT_INLINE_NS
typedef T& type;
};
BOOST_TT_INLINE_NS_END
} // namespace boost
#endif // BOOST_TT_ADD_CONST_HPP_INCLUDED

View File

@ -67,18 +67,6 @@
#define BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(x)
#define BOOST_TT_BROKEN_COMPILER_SPEC(x)
#ifdef BOOST_NO_CXX11_INLINE_NAMESPACES
#define BOOST_TT_INLINE_NS
#define BOOST_TT_INLINE_NS_END
#else
#define BOOST_TT_INLINE_NS inline namespace BOOST_JOIN(tt, BOOST_VERSION) {
#define BOOST_TT_INLINE_NS_END }
#endif
#endif // BOOST_TT_CONFIG_HPP_INCLUDED