Move the detail namespace entirely within the #ifndef __BORLANDC__-block.

This commit is contained in:
Tanzinul Islam
2017-09-08 21:37:03 +01:00
parent 907bbbb759
commit 7bc78f51ff

View File

@ -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; };