Merged
Merge Request #6 · created by Peter M. Groen


Development


From development into master

Merged by Peter M. Groen

1 participants


include/scopeguard.h
... ... @@ -36,7 +36,7 @@ namespace osdev {
36 36 namespace components {
37 37 namespace mqtt {
38 38  
39   -using CleanUpFunction = std::function<void() noexcept>;
  39 +using CleanUpFunction = std::function<void()>;
40 40  
41 41 /**
42 42 * @brief Ensures that a cleanup function is called at the end of the current scope.
... ...