Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / detail / identifier.hpp
index 688a664..063d238 100644 (file)
@@ -57,9 +57,7 @@ namespace boost
       identifier()                             {}
       explicit identifier( value_type v )      : m_value(v) {}
 
-  #if !defined(BOOST_MSVC) || BOOST_MSVC > 1300  // 1300 == VC++ 7.0 bug workaround
     private:
-  #endif
       T m_value;
     };