This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <boost/multi_index_container.hpp> | |
#include <boost/multi_index/hashed_index.hpp> | |
#include <boost/multi_index/member.hpp> | |
#include <boost/multi_index/sequenced_index.hpp> | |
using namespace ::boost; | |
using namespace ::boost::multi_index; | |
template <typename T1,typename T2> | |
struct mutable_pair |
NewerOlder