Browse Source

derferrer is now static struct so it can be included

in different souce files
banana-cakes
FelixBrendel 6 years ago
parent
commit
d2133205a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      macros.hpp

+ 1
- 1
macros.hpp View File

@@ -45,7 +45,7 @@ public:
}
};

struct {
static struct {
template<typename F>
defer_finalizer<F> operator<<(F && f) {
return defer_finalizer<F>(std::forward<F>(f));


Loading…
Cancel
Save