Преглед на файлове

Using Ruse to make handling function pointers easier

channel
Ludovic 'Archivist' Lagouardette преди 3 години
родител
ревизия
cebb8aa3d6
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      include/gp/functional/function.hpp

+ 4
- 0
include/gp/functional/function.hpp Целия файл

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

Зареждане…
Отказ
Запис