summaryrefslogtreecommitdiff
path: root/boost/atomic/detail/ops_windows.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/atomic/detail/ops_windows.hpp')
-rw-r--r--boost/atomic/detail/ops_windows.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/atomic/detail/ops_windows.hpp b/boost/atomic/detail/ops_windows.hpp
index 191eb84d0a..867f1c6113 100644
--- a/boost/atomic/detail/ops_windows.hpp
+++ b/boost/atomic/detail/ops_windows.hpp
@@ -43,6 +43,8 @@ namespace detail {
struct windows_operations_base
{
+ static BOOST_CONSTEXPR_OR_CONST bool is_always_lock_free = true;
+
static BOOST_FORCEINLINE void hardware_full_fence() BOOST_NOEXCEPT
{
long tmp;