Skip to content
Commit 179bd0e7 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix MSVC build

MSVC does not seem to like the noexcept specifier in std::function template
parameter, so get rid of it for now. We would need C++17 to make the
scopeguard usable (and enforced) with noexcept everywhere.
parent d4b36909
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment