forked from boostorg/container_hash
9119b2646b51a38835e0afefbb2d8cc0abe0b3dc
It seems that on Visual C++ Dinkumware declares shared_ptr in std, but for Intel C++ it imports it from std::tr1. I was thinking of doing a macro check for this, but since we're close to release, just change it to always include the headers and never forward declare the C++11 classes, which is much safer. I might restore the forward declarations in the future, although I'm tempted not to. I'm not sure the improvement in compile time is worth the hassle. [SVN r80038]
Description
Generic hash function for STL style unordered containers
2.6 MiB
Languages
C++
98.3%
CMake
1.5%
HTML
0.2%