From bbbd77d3e91bffb264f473954db808c8eb8ea819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Thu, 2 Dec 2004 18:16:19 +0000 Subject: [PATCH] fixed out-of-sync comment [SVN r26405] --- include/boost/aligned_storage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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