mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-13 00:12:17 +00:00
Re-add bool fiber_manager::preserve_fpu() to header file.
This commit is contained in:
@@ -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