forked from boostorg/type_traits
Fix in friend declarations.
[SVN r18661]
This commit is contained in:
@@ -67,14 +67,14 @@ public: // constants
|
||||
|
||||
private: // representation
|
||||
|
||||
friend union data_t;
|
||||
|
||||
union data_t
|
||||
{
|
||||
char buf[size];
|
||||
align_t dummy_;
|
||||
} data_;
|
||||
|
||||
friend union data_t;
|
||||
|
||||
#if BOOST_WORKAROUND(__GNUC__, BOOST_TESTED_AT(2))
|
||||
|
||||
public: // _should_ be noncopyable, but GCC compiler emits error
|
||||
|
Reference in New Issue
Block a user