removing all features for bind expressions

bind parser code is lumped into a single file
[here](https://github.com/badair/bind_parser/blob/master/bind_parser.hpp)

This removes over 1000 lines of code from CallableTraits.
This commit is contained in:
badair
2016-05-18 01:27:29 -05:00
parent a07da6a342
commit 3835f31d38
48 changed files with 38 additions and 2496 deletions

View File

@@ -19,6 +19,7 @@ int main(){ return 0; }
//[ interface_example
#include <iostream>
#include <typeinfo>
#include "interface.hpp"