Selaa lähdekoodia

derferrer is now static struct so it can be included

in different souce files
banana-cakes
FelixBrendel 6 vuotta sitten
vanhempi
commit
d2133205a7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      macros.hpp

+ 1
- 1
macros.hpp Näytä tiedosto

@@ -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));


Ladataan…
Peruuta
Tallenna