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-18 20:41:08 +02:00
2023-09-17 11:29:47 -06:00
2023-09-17 11:29:47 -06:00
2024-01-15 15:34:55 +01:00
2024-08-29 23:08:42 +02:00
2023-05-07 18:19:40 +02:00
2024-10-19 03:41:16 +02:00
2024-10-18 20:41:08 +02:00
2024-01-06 21:52:48 +01:00