keyword argument support, removed last traces of std::function<> usage

This commit is contained in:
Wenzel Jakob
2015-07-29 17:51:54 +02:00
parent 71867830f5
commit a576e6a8ca
22 changed files with 253 additions and 115 deletions

View File

@@ -1,6 +1,6 @@
/*
example/example8.cpp -- Example 8: binding classes with
custom reference counting, implicit conversions between types
example/example8.cpp -- binding classes with custom reference counting,
implicit conversions between types
Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>