[cfe-dev] Building Boost Serializer library with Clang, no symbols exported
Nico Rieck
nico.rieck at gmail.com
Sun Sep 8 15:27:14 PDT 2013
On 08.09.2013 06:09, Kim wrote:
> I hope someone can tell me why this is happening and how it can be
> fixed. Thanks a lot for your time.
Clang currently ignores dllexport/dllimport on inline functions. It may
work if you both compile and consume the library with Clang as then the
functions are never exported and imported.
-Nico
More information about the cfe-dev
mailing list