Any issues with mixing libraries with and without std=c++0x

Viewed 2918

I am writing a library that must depend libraries that are not presently compiling with support for the new standard. I would like to compile a library which must depend on those libraries with std=c++0x. Are there any problems with doing this?

2 Answers
Related