1
0
forked from Alepha/Alepha

Comparison test builds again.

Now to extend the functionalization.
This commit is contained in:
2021-10-25 02:08:12 -04:00
parent f2ae99f648
commit e3d7bbe616
4 changed files with 17 additions and 12 deletions

View File

@ -27,7 +27,7 @@ namespace Alepha::Hydrogen::Meta
{
using type= bind2nd;
template< typename Arg >
struct call : Function< Arg, second >::type {};
struct call : Function< Arg, Second >::type {};
};
template< typename Function, typename ... Args >