Commit fc95d133 authored by Niclas Rosenvik's avatar Niclas Rosenvik

All BSD:s have abi::__cxa_demangle in cxxabi.h

parent 5cde8506
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "caf/config.hpp" #include "caf/config.hpp"
#if defined(CAF_LINUX) || defined(CAF_MACOS) || defined(CAF_NET_BSD) #if defined(CAF_LINUX) || defined(CAF_MACOS) || defined(CAF_BSD)
# define CAF_HAS_CXX_ABI # define CAF_HAS_CXX_ABI
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment