Fix MSVC build

Authored by dvratil on Jun 7 2019, 9:58 PM.

Description

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.

Details

Committed
dvratilJun 7 2019, 9:58 PM
Parents
R165:d4b36909bf19: Merge branch 'Applications/19.04'
Branches
Unknown
Tags
Unknown