func_def eliminated

This commit is contained in:
Nekotekina 2015-07-26 15:10:06 +03:00
parent 31774b7262
commit be2f993155
35 changed files with 81 additions and 97 deletions

View file

@ -116,7 +116,7 @@ namespace vm
{
AT m_addr;
using type = func_def<RT(T...)>;
using type = RT(T...);
AT addr() const
{