From 2d5155302dfcaf64ed26449c71a404bb27269fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 22 Mar 2026 18:32:28 +0100 Subject: [PATCH] Removed commented bug report code --- test/set_test.cpp | 14 -------------- 1 file changed, 14 deletions(-) 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