23 Oct
2013
23 Oct
'13
2:34 p.m.
On Wed, Oct 23, 2013 at 3:07 PM, Marcel Raad
boost::container::flat_set
foo; Shouldn't it be flat_set<int> or flat_set
?
Oups, yes, sorry when I did that I copy-pasted the flat_map test. flat_set<SomeStruct> triggered the same problem anyway in my code base, but right now I don't have the same boost build so I can't try it again. I'll try it again soon (activating variadic templates with vc12) see if recent trunk have the same issue. With luck, my use of signals2 is simple enough to make my project build anyway.