Ver a proveniência

Using Ruse to make handling function pointers easier

channel
Ludovic 'Archivist' Lagouardette há 3 anos
ascendente
cometimento
cebb8aa3d6
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +4
    -0
      include/gp/functional/function.hpp

+ 4
- 0
include/gp/functional/function.hpp Ver ficheiro

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

Carregando…
Cancelar
Guardar