boost_unordered 0.1.0

Boost C++ library boost_unordered packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
#ifndef BOOST_UNORDERED_HEADER
#error "this test requires a class template be passed as a macro"
#endif

#define STRINGIZE(text) STRINGIZE_I(text)
#define STRINGIZE_I(...) #__VA_ARGS__

#define HEADER STRINGIZE(BOOST_UNORDERED_HEADER)
#include HEADER