mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-02 00:31:37 +01:00
Reinstate boost::unordered::piecewise_construct
Maintain backwards-compatibility for users instead of forcing them to change to `std::`
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <boost/predef.h>
|
||||
|
||||
#include <utility>
|
||||
#include <tuple>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Configuration
|
||||
@@ -35,6 +36,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <tuple>
|
||||
namespace boost {
|
||||
namespace unordered {
|
||||
using std::piecewise_construct;
|
||||
using std::piecewise_construct_t;
|
||||
} // namespace unordered
|
||||
} // namespace boost
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user