mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-10 23:32:28 +00:00
Re-add bool fiber_manager::preserve_fpu() to header file.
This commit is contained in:
@@ -94,6 +94,7 @@ public:
|
||||
|
||||
std::chrono::high_resolution_clock::duration wait_interval() noexcept;
|
||||
|
||||
bool preserve_fpu() const;
|
||||
void preserve_fpu( bool);
|
||||
};
|
||||
|
||||
|
||||
@@ -251,7 +251,7 @@ fiber_manager::wait_interval() noexcept {
|
||||
}
|
||||
|
||||
bool
|
||||
fiber_manager::preserve_fpu() {
|
||||
fiber_manager::preserve_fpu() const {
|
||||
return preserve_fpu_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user