]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bimap/test/test_bimap_set_of.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / bimap / test / test_bimap_set_of.cpp
index 1ad799344b03beef2ce9660e50165488ba84c0ed..952f911dfee438c8c8d62d4acd4440081c33173a 100644 (file)
 
 #include <boost/config.hpp>
 
-// Boost.Test
-#include <boost/test/minimal.hpp>
+#include <boost/core/ignore_unused.hpp>
 
 #include <boost/bimap/set_of.hpp>
 
-int test_main( int, char* [] )
+int main()
 {
     typedef boost::bimaps::set_of<int>       set_type;
     typedef boost::bimaps::set_of_relation<> set_type_of_relation;
+    boost::ignore_unused<set_type>();
+    boost::ignore_unused<set_type_of_relation>();
 
     return 0;
 }