mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Update cfoa's fwd header to be in line with the others
This commit is contained in:
@ -49,10 +49,10 @@ namespace boost {
|
|||||||
|
|
||||||
} // namespace unordered
|
} // namespace unordered
|
||||||
|
|
||||||
using unordered::concurrent_flat_map;
|
using boost::unordered::concurrent_flat_map;
|
||||||
using unordered::swap;
|
using boost::unordered::swap;
|
||||||
using unordered::operator==;
|
using boost::unordered::operator==;
|
||||||
using unordered::operator!=;
|
using boost::unordered::operator!=;
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#endif // BOOST_UNORDERED_CONCURRENT_FLAT_MAP_HPP
|
#endif // BOOST_UNORDERED_CONCURRENT_FLAT_MAP_HPP
|
||||||
|
Reference in New Issue
Block a user