
18 May
2006
18 May
'06
6:29 p.m.
The example is missing a ')' in http://www.boost.org/libs/utility/in_place_factories.html#framework void foo() { C c( in_place(123,"hello" ) ; } should be void foo() { C c( in_place(123,"hello") ) ; } Out of curiosity are others using this library? Experiences? Thanks, Jeff