summaryrefslogtreecommitdiff
path: root/boost/fiber/detail/data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fiber/detail/data.hpp')
-rw-r--r--boost/fiber/detail/data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fiber/detail/data.hpp b/boost/fiber/detail/data.hpp
index 24e833a9e8..e2b119ec3e 100644
--- a/boost/fiber/detail/data.hpp
+++ b/boost/fiber/detail/data.hpp
@@ -28,7 +28,7 @@ struct data_t {
spinlock_lock * lk{ nullptr };
context * ctx{ nullptr };
- data_t() noexcept = default;
+ data_t() = default;
explicit data_t( spinlock_lock * lk_) noexcept :
lk{ lk_ } {