Hash: merge enum support + cleanup some tests.

[SVN r80292]
This commit is contained in:
Daniel James
2012-08-28 21:48:16 +00:00
parent 043571dabf
commit b4b4a559e0
8 changed files with 77 additions and 17 deletions

View File

@@ -12,10 +12,6 @@
#endif
#include <boost/detail/lightweight_test.hpp>
#include <boost/mpl/assert.hpp>
#include <boost/type_traits/is_base_and_derived.hpp>
#include "./compile_time.hpp"
void void_func1() { static int x = 1; ++x; }