Robin Gareus
ff95d81612
Reduce reliance on boost - the easy part
* boost::unordered_map -> std::unordered_map
* BOOST_STATIC_ASSERT/static_assert
* BOOST_FOREACH -> for
* boost::tuple -> std::tuple/g
* boost::math::isnormal -> std::isnormal
* boost::container::set -> std::set
* boost::none -> std::nullopt
* boost::optional -> std::optional
2024-10-19 03:41:16 +02:00
..
2024-10-19 03:41:16 +02:00
2024-10-18 22:52:34 +02:00
2024-10-15 00:41:12 +02:00
2024-10-19 01:04:14 +02:00
2021-02-24 14:32:23 +00:00
2024-10-19 01:04:14 +02:00
2024-10-15 00:41:12 +02:00
2023-10-15 10:47:16 -06:00