Skip to content

Commit

Permalink
Fixes for Windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Oct 1, 2017
1 parent c9f2c09 commit 2d680cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hpx/util/thread_specific_ptr.hpp
Expand Up @@ -31,9 +31,7 @@
# endif
#endif


#if !defined(HPX_NATIVE_TLS)
# define HPX_NATIVE_TLS __thread
# if defined(_GLIBCXX_HAVE_TLS)
# define HPX_NATIVE_TLS __thread
# elif defined(HPX_WINDOWS)
Expand Down

0 comments on commit 2d680cc

Please sign in to comment.