Fix a change accidentally included in the last commit.

[SVN r53317]
This commit is contained in:
Daniel James
2009-05-27 18:32:22 +00:00
parent 46caec7d77
commit caa0b7cdf6

View File

@ -433,7 +433,7 @@ namespace boost
base.rehash(n);
}
#if 1 || BOOST_WORKAROUND(BOOST_MSVC, < 1300)
#if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
friend bool operator==(unordered_set const&, unordered_set const&);
friend bool operator!=(unordered_set const&, unordered_set const&);
#elif !BOOST_WORKAROUND(__BORLANDC__, < 0x0582)
@ -856,7 +856,7 @@ namespace boost
base.rehash(n);
}
#if 1 || BOOST_WORKAROUND(BOOST_MSVC, < 1300)
#if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
friend bool operator==(unordered_multiset const&, unordered_multiset const&);
friend bool operator!=(unordered_multiset const&, unordered_multiset const&);
#elif !BOOST_WORKAROUND(__BORLANDC__, < 0x0582)