Commit Graph

18 Commits

Author SHA1 Message Date
Barrett Adair
8607db935a fix example for c++11 2017-09-11 00:08:36 -05:00
Barrett Adair
3fb2c1f556 copyright update, version bump 2017-07-02 15:25:02 -05:00
Barrett Adair
d6a6e6cddd rename parent_class_of to class_of 2017-04-22 14:52:10 -05:00
Barrett Adair
1b903653e5 remove more algorithms 2017-04-22 14:43:21 -05:00
Barrett Adair
dc8df75e4f remove some algorithms 2017-04-14 13:52:33 -05:00
Barrett Adair
949a904643 Cleanup (#130)
* code cleanup

* code cleanup
2017-04-13 17:23:09 -05:00
Barrett Adair
b7dd4fdb83 move to boost namespace, add noexcept features 2016-12-10 18:25:20 -06:00
badair
76c832b5c7 documentation, version 1.0 bump 2016-07-24 22:01:20 -05:00
badair
78ff32d5b4 cleaning up documentation 2016-06-20 20:01:52 -05:00
badair
78e653df85 [documentation] finishing documentation rough draft 2016-06-20 19:33:57 -05:00
badair
4424c15d1f renaming things, improving documentation 2016-06-14 22:52:08 -05:00
badair
6254469086 using std-style traits 2016-06-11 21:18:59 -05:00
badair
0c9ecb7f27 using _t aliases to parallel <type_traits> header 2016-06-01 21:49:51 -05:00
badair
c41cd0ee64 removing is_invokable
Use std::is_callable or the Fit library instead for this feature.
2016-05-25 21:32:37 -05:00
badair
8bb177b0f4 removing min_arity, max_arity, and constexpr checks
too much code for features that aren't very useful
2016-05-18 02:30:25 -05:00
badair
6c4f7db0de renaming can_invoke to is_invokable 2016-05-17 18:53:41 -05:00
badair
a9d4cfd7ea fixing example is_constexpr 2016-05-15 19:02:19 -05:00
badair
963fc1940f Overview documentation 2016-05-15 18:29:38 -05:00