10 May
2016
10 May
'16
1:14 p.m.
Hi Boost Dev,
Please consider the following code, this crashes with slist but works just
fine if I replace slist with list. Also flat_map crashes but std::map works
fine. Am I doing something gross or is there a bug here?
#include <iostream>
#include