Skip to content

Commit

Permalink
Don't #include ciso646 for MSVC as it contains '#define and &&' and s…
Browse files Browse the repository at this point in the history
…imilar
  • Loading branch information
hkaiser committed Jan 30, 2018
1 parent dbc085f commit ff49251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hpx/config/compiler_native_tls.hpp
Expand Up @@ -8,7 +8,10 @@

#include <hpx/config/defines.hpp>

// don't #include ciso646 for MSVC as it contains '#define and &&' and similar
#if !defined(_MSC_VER)
#include <ciso646>
#endif

#if defined(__has_feature)
# if __has_feature(cxx_thread_local)
Expand Down

0 comments on commit ff49251

Please sign in to comment.