
25 Oct
2004
25 Oct
'04
6:12 p.m.
| Dear Thorsten, | | It was good to meet you finally last week. yes, nice to meet you too. | I'm reading through the assign docs and there seem to be some misplaced | parentheses in the definition of names2 in the preformatted section following | the heading "Function list_of()". | | I think it should say | | const stack<string> names2 = | list_of( "Mr. Foo", "Mr. Bar", "Mrs. FooBar" ).to_adapter(); actually not; your code above would only add one element. The text below the example tries to explain how it works. br Thorsten