scope_guard icon indicating copy to clipboard operation
scope_guard copied to clipboard

gcc 11.1.0, C++20 - compilation failure

Open m5k8 opened this issue 4 years ago • 0 comments

scope_guard/scope_guard.hpp:152:36: error: template-id not allowed for destructor
  152 | sg::detail::scope_guard<Callback>::~scope_guard<Callback>() noexcept
      |                                    ^

m5k8 avatar Nov 09 '21 23:11 m5k8