Explorar el Código

derferrer is now static struct so it can be included

in different souce files
banana-cakes
FelixBrendel hace 6 años
padre
commit
d2133205a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      macros.hpp

+ 1
- 1
macros.hpp Ver fichero

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


Cargando…
Cancelar
Guardar