forked from boostorg/type_traits
Move the detail
namespace entirely within the #ifndef __BORLANDC__
-block.
This commit is contained in:
@ -25,9 +25,8 @@
|
||||
#endif
|
||||
|
||||
namespace boost {
|
||||
namespace detail{
|
||||
|
||||
#ifndef __BORLANDC__
|
||||
namespace detail{
|
||||
|
||||
union max_align
|
||||
{
|
||||
@ -214,8 +213,6 @@ template<> struct is_pod< ::boost::tt_align_ns::a128> : public true_type{};
|
||||
// 2) Because of Borlands #pragma option we can create types with alignments that are
|
||||
// greater that the largest aligned builtin type.
|
||||
|
||||
} // namespace detail
|
||||
|
||||
namespace tt_align_ns{
|
||||
#pragma option push -a16
|
||||
struct a2{ short s; };
|
||||
|
Reference in New Issue
Block a user