Daniel James 75aeb563ae Hash: Remove C++11 forward declarations.
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]
2012-08-14 20:06:07 +00:00
2011-04-07 00:38:05 +00:00
2012-07-25 23:42:41 +00:00
Description
Boost.org functional module
2 MiB
Languages
HTML 52.4%
C++ 47.3%
CMake 0.3%