mirror of
https://github.com/boostorg/container.git
synced 2026-07-06 05:30:46 +02:00
Removed commented bug report code
This commit is contained in:
@@ -640,17 +640,3 @@ int main ()
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
#include <boost/container/set.hpp>
|
||||
#include <functional>
|
||||
|
||||
int main()
|
||||
{
|
||||
using set = boost::container::set<int, std::less<>>;
|
||||
|
||||
set s;
|
||||
const set cs;
|
||||
s.insert(cs.begin(), cs.end());
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user