Hacker News new | ask | show | jobs
by zelly 2338 days ago
Yes you could[1], but you couldn't link C++11 object code with a C++03 compiler.

[1] with a compiler flag use_cxx11_abi=0 or something

1 comments

If the c++11 object code does not expose any c++11 specific features in its abi/api you should be able to.