mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Fix some quickbook markup
This commit is contained in:
@ -64,9 +64,9 @@ Due to imperfect move emulation, some assignments might check
|
|||||||
The following support is required for full use of C++11 style
|
The following support is required for full use of C++11 style
|
||||||
construction/destruction:
|
construction/destruction:
|
||||||
|
|
||||||
* Variadic templates.
|
* Variadic templates.
|
||||||
* Piecewise construction of `std::pair`.
|
* Piecewise construction of `std::pair`.
|
||||||
* Either `std::allocator_traits` or expression SFINAE.
|
* Either `std::allocator_traits` or expression SFINAE.
|
||||||
|
|
||||||
This is detected using Boost.Config. The macro
|
This is detected using Boost.Config. The macro
|
||||||
`BOOST_UNORDERED_CXX11_CONSTRUCTION` will be set to 1 if it is found, or 0
|
`BOOST_UNORDERED_CXX11_CONSTRUCTION` will be set to 1 if it is found, or 0
|
||||||
|
Reference in New Issue
Block a user