Comment about call_construct

This commit is contained in:
Daniel James
2017-04-18 10:14:26 +01:00
parent e62ac22f0b
commit bc36a06a2d

View File

@ -1267,6 +1267,9 @@ namespace func {
////////////////////////////////////////////////////////////////////////////
// call_construct
//
// Only use allocator_traits::construct, allocator_traits::destroy when full
// C++11 support is available.
#if BOOST_UNORDERED_CXX11_CONSTRUCTION