forked from boostorg/regex
Always use __cdecl as the calling convention for the Embarcadero C++ clang-based compilers
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
* using a C++ Builder closure as a callback.
|
||||
*/
|
||||
|
||||
#ifdef __BORLANDC__ && !defined(__clang__)
|
||||
#if defined(__BORLANDC__) && !defined(__clang__)
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user