From 5f073b18700fbfc36e69665b799a6bc3c11cf9dc Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Mon, 8 Jun 2020 08:17:12 +0100 Subject: [PATCH] boost1.71-02-265a8a6750bb6ea9ad8c19d19916d8ba860c844d patch defuzzed by Peter Michael Green for Raspbian/Debian packaging. commit 265a8a6750bb6ea9ad8c19d19916d8ba860c844d Author: Brian Heim Date: Sun Oct 6 18:24:55 2019 -0500 supernova: fix compile error with 1.71 Gbp-Pq: Name boost1.71-02-265a8a6750bb6ea9ad8c19d19916d8ba860c844d --- server/supernova/sc/sc_synthdef.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server/supernova/sc/sc_synthdef.hpp b/server/supernova/sc/sc_synthdef.hpp index 79c2d26..6ea31cc 100644 --- a/server/supernova/sc/sc_synthdef.hpp +++ b/server/supernova/sc/sc_synthdef.hpp @@ -37,13 +37,7 @@ class sc_synthdef { typedef std::vector> float_vector; typedef std::vector> char_vector; -#if BOOST_VERSION > 107000 - typedef std::map, - boost::alignment::aligned_allocator, 64>> - parameter_index_map_t; -#else typedef std::map> parameter_index_map_t; -#endif public: struct input_spec -- 2.30.2