2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

adjusted #ifdef's for Compaq C++ V6.5-040 for Compaq Tru64 UNIX

[SVN r22637]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-04-15 14:59:31 +00:00
parent b5256ef70b
commit 5df66bb179

View File

@@ -71,7 +71,7 @@ namespace detail
: m_pmf(pmf)
{}
#if !BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
#if !BOOST_WORKAROUND(__EDG_VERSION__, <= 245)
private:
#endif
friend class def_visitor_access;