Files
ardour/libs/widgets
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-05-07 18:52:02 +02:00
2024-08-31 02:55:04 +02:00
2024-05-15 02:41:37 +02:00