pair_set.cpp 514 B

1234567891011121314151617
  1. /*=============================================================================
  2. Copyright (c) 2014 Kohei Takahashi
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. ==============================================================================*/
  6. #include <boost/fusion/container/set/set.hpp>
  7. #define FUSION_SEQUENCE set
  8. #define TEST_TYPE int
  9. #include "./pair_container.hpp"
  10. int main()
  11. {
  12. test();
  13. }