commit | a576e6a8ca5f22f9f9d5f149929637c3337ad086 | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel@inf.ethz.ch> | Wed Jul 29 17:51:54 2015 +0200 |
committer | Wenzel Jakob <wenzel@inf.ethz.ch> | Wed Jul 29 23:39:11 2015 +0200 |
tree | bfdbc1e4acdbdd33e0d815ad34f2b3266228f585 | |
parent | 71867830f531aeefe2a095773fd4f0ef977b9f43 [diff] [blame] |
keyword argument support, removed last traces of std::function<> usage
diff --git a/example/example4.cpp b/example/example4.cpp index ed9d0da..3293e93 100644 --- a/example/example4.cpp +++ b/example/example4.cpp
@@ -1,5 +1,5 @@ /* - example/example4.cpp -- Example 4: global constants and functions, enumerations + example/example4.cpp -- global constants and functions, enumerations Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>