13 May
2013
13 May
'13
11:45 p.m.
On 14/05/13 00:23, Vicente J. Botet Escriba wrote:
The binaries not only can not use c++11 features in their interface, them can not use any class or function that can have a different form on C++11 or C++03.
They can as long as it's not on the ABI boundary.
I would say that it could be good if a library author follows this advice, but I would not require it.
Of course this would not need to apply to libraries that are C++11-only.