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,5 @@
/*
example/example9.cpp -- Example 9: nested modules
and internal references
example/example9.cpp -- nested modules and internal references
Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>