diff --git a/test/set_test.cpp b/test/set_test.cpp index 1087a60..93f4d70 100644 --- a/test/set_test.cpp +++ b/test/set_test.cpp @@ -640,17 +640,3 @@ int main () return 0; } - -/* -#include -#include - -int main() -{ - using set = boost::container::set>; - - set s; - const set cs; - s.insert(cs.begin(), cs.end()); -} -*/ \ No newline at end of file