pull/21/head
yhirose 9 years ago
commit 9ce4597ef6
  1. 2
      peglib.h

@ -193,7 +193,7 @@ private:
};
template <typename EF>
auto make_scope_exit(EF&& exit_function) {
auto make_scope_exit(EF&& exit_function) -> scope_exit<EF> {
return scope_exit<std::remove_reference_t<EF>>(std::forward<EF>(exit_function));
}

Loading…
Cancel
Save