mirror of
https://github.com/boostorg/graph.git
synced 2026-02-01 08:32:11 +00:00
changed #ifdef BOOST_MSVC to BOOST_NO_STDC_NAMESPACE
[SVN r7827]
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
const ID& id = identity_property_map())
|
||||
: _key(n), _left(n), _right(n), _p(n), _mark(n), _degree(n),
|
||||
_n(0), _root(n), _id(id), _compare(cmp), _child(n),
|
||||
#ifdef BOOST_MSVC
|
||||
#ifdef BOOST_NO_STDC_NAMESPACE
|
||||
new_roots(int(log(float(n))) + 5) { }
|
||||
#else
|
||||
new_roots(std::log(float(n)) + 5) { }
|
||||
|
||||
Reference in New Issue
Block a user