diff --git a/include/boost/type_traits/type_with_alignment.hpp b/include/boost/type_traits/type_with_alignment.hpp index ddf1d98..8da5123 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -25,9 +25,8 @@ #endif namespace boost { - namespace detail{ - #ifndef __BORLANDC__ + namespace detail{ union max_align { @@ -76,7 +75,7 @@ template struct short_alignment{ typedef typ template struct char_alignment{ typedef char type; }; template struct char_alignment{ typedef typename short_alignment::value >= Target>::type type; }; -} +} // namespace detail template struct type_with_alignment