summaryrefslogtreecommitdiff
path: root/boost/coroutine/detail/push_coroutine_synthesized.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/coroutine/detail/push_coroutine_synthesized.hpp')
-rw-r--r--boost/coroutine/detail/push_coroutine_synthesized.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/boost/coroutine/detail/push_coroutine_synthesized.hpp b/boost/coroutine/detail/push_coroutine_synthesized.hpp
index 306a841fc0..c10a468b9b 100644
--- a/boost/coroutine/detail/push_coroutine_synthesized.hpp
+++ b/boost/coroutine/detail/push_coroutine_synthesized.hpp
@@ -30,8 +30,8 @@ private:
public:
push_coroutine_synthesized( coroutine_context * caller,
coroutine_context * callee,
- bool unwind, bool preserve_fpu) :
- impl_t( caller, callee, unwind, preserve_fpu)
+ bool unwind) :
+ impl_t( caller, callee, unwind)
{}
void destroy() {}
@@ -46,8 +46,8 @@ private:
public:
push_coroutine_synthesized( coroutine_context * caller,
coroutine_context * callee,
- bool unwind, bool preserve_fpu) :
- impl_t( caller, callee, unwind, preserve_fpu)
+ bool unwind) :
+ impl_t( caller, callee, unwind)
{}
void destroy() {}
@@ -62,8 +62,8 @@ private:
public:
push_coroutine_synthesized( coroutine_context * caller,
coroutine_context * callee,
- bool unwind, bool preserve_fpu) :
- impl_t( caller, callee, unwind, preserve_fpu)
+ bool unwind) :
+ impl_t( caller, callee, unwind)
{}
inline void destroy() {}