
13 May
2011
13 May
'11
9:37 a.m.
Message du 13/05/11 09:03 De : "Oliver Kowalke" A : boost@lists.boost.org Copie à : Objet : [boost] boost lib must provide C interface?!
Hi,
can a boost C++ library be required/forced to provide a C API? Even if the library author doesn't like this idea - because he would be responsible for C stuff.
include which will not be available for a C compiler - maybe this is an indication that boost libs are not required to implement a C-API.
Hi, I guess your question is about the request some reviewer did during the Context review. As I understand the request is not exactly to provide a C interface, but a C-like interface, based in functions and and POD. Note that C is a 'subset' of C++. Best, Vicente