mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
cxxabi include should not be used on VC++
This commit is contained in:
parent
9a0dda1f3d
commit
1b8bc7c1e9
|
@ -26,7 +26,7 @@
|
|||
#include <array>
|
||||
#include <cstdlib>
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#if (defined(__GNUC__) || defined(__clang__)) && !defined(_MSC_VER)
|
||||
#include <cxxabi.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user