
"Daniel Schlyder" <daniel@bitblaze.com> wrote in message news:523436609.20050331081301@bitblaze.com... | Thorsten Ottosen: | > "Daniel Schlyder" <daniel@bitblaze.com> wrote in message | > news:1042924625.20050330170947@bitblaze.com... | > | Thorsten Ottosen: || >> I would be worth knowing if the old boost.1.32 code worked with your || >> compiler. | > | | > | It did. So did CVS dated 2005-03-15 00:00:00Z. | | > ok, very good to know. | | To be more specific, it's the changes in revision 1.16 of | boost/assign/list_of.hpp that break my code. | no longer compiles and I don't see how to fix it without creating a | temporary object before the function call. :( Ok, try using the new version of list_of in the cvs. The compiler was chokinng on ambiguities between base and derived class templated conversionoperators. Thanks for your help -Thorsten