summaryrefslogtreecommitdiffhomepage
path: root/compat/functional.hpp
AgeCommit message (Collapse)Author
2018-01-18compat: split/cleanup util.hppStanislaw Halik
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp.
2017-09-23compat: use c++17-style value templatesStanislaw Halik
2017-08-14use c++14 featuresStanislaw Halik
2017-07-16compat/functional: fix templateStanislaw Halik
2017-05-10compat/util: simplifyStanislaw Halik
2017-05-10compat/functional: add generic value-constant typeStanislaw Halik
2017-05-10compat: add map/filter template functionsStanislaw Halik