If I have library that was written in C++03 and I compile it to a static library, can I then use it in C++11? Also is the reverse possible ( C++11 static library with C++03 ).
Update: The compiler I am using is clang or LLVM
See Question&Answers more detail:os