瀏覽代碼

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)

Loading…
取消
儲存