diff --git a/include/boost/aligned_storage.hpp b/include/boost/aligned_storage.hpp index c04954b..17247c2 100644 --- a/include/boost/aligned_storage.hpp +++ b/include/boost/aligned_storage.hpp @@ -85,7 +85,7 @@ public: // _should_ be noncopyable, but GCC compiler emits error aligned_storage(const aligned_storage&); aligned_storage& operator=(const aligned_storage&); -#endif // gcc2.x workaround +#endif // gcc < 3.2.3 workaround public: // structors