summaryrefslogtreecommitdiffhomepage
path: root/compat/math.hpp
AgeCommit message (Collapse)Author
2018-12-08clean up a bitStanislaw Halik
2018-10-25cleanup onlyStanislaw Halik
- replace warn_unused_result with [[nodiscard]] - remove some redundant w_a_r - replace std::decay with remove_cvref_t - simplify compat/math.hpp
2018-10-05silly busyworkStanislaw Halik
2018-06-26compat/macros: rename portability macrosStanislaw Halik
use `cc_xx' rather than awkward synonyms.
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.