summaryrefslogtreecommitdiff
path: root/boost/detail/identifier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/detail/identifier.hpp')
-rw-r--r--boost/detail/identifier.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost/detail/identifier.hpp b/boost/detail/identifier.hpp
index 688a664f7d..063d23801e 100644
--- a/boost/detail/identifier.hpp
+++ b/boost/detail/identifier.hpp
@@ -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;
};