
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

20 May
20 May
3:52 p.m.
Jeff Flinn wrote:
The example is missing a ')' in http://www.boost.org/libs/utility/in_place_factories.html#framework
Thank you for the report. It's fixed now.
Out of curiosity are others using this library? Experiences?
AFAICT only Boost.Optional uses it. Best -- Fernando Cacciola SciSoft http://fcacciola.50webs.com/
6964
Age (days ago)
6966
Last active (days ago)
1 comments
2 participants
participants (2)
-
Fernando Cacciola
-
Jeff Flinn