Przeglądaj źródła

Using Ruse to make handling function pointers easier

channel
Ludovic 'Archivist' Lagouardette 3 lat temu
rodzic
commit
cebb8aa3d6
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      include/gp/functional/function.hpp

+ 4
- 0
include/gp/functional/function.hpp Wyświetl plik

@ -122,6 +122,10 @@ namespace gp{
);
}
function(ret f_ptr(args...))
: function(f_ptr, nullopt)
{}
function(function&& rhs)
: alloc(rhs.alloc)
, invokator(rhs.invokator)

Ładowanie…
Anuluj
Zapisz