mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 05:24:38 +02:00
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