Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Miscellaneous

When swapping, Pred and Hash are not currently swapped by calling swap, their copy constructors are used. As a consequence when swapping an exception may be throw from their copy constructor.

Variadic constructor arguments for emplace are only used when both rvalue references and variadic template parameters are available. Otherwise emplace can only take up to 10 constructors arguments.


PrevUpHomeNext