boost1.71-02-265a8a6750bb6ea9ad8c19d19916d8ba860c844d
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Mon, 8 Jun 2020 07:17:12 +0000 (08:17 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 8 Jun 2020 07:17:12 +0000 (08:17 +0100)
patch defuzzed by Peter Michael Green for Raspbian/Debian packaging.

commit 265a8a6750bb6ea9ad8c19d19916d8ba860c844d
Author: Brian Heim <brianlheim@gmail.com>
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

index 79c2d2636eef56975bfd46dd1fd0abef3c01b462..6ea31cc40a9ec112e7ba68cde1ec6cd4d6da9b69 100644 (file)
@@ -37,13 +37,7 @@ class sc_synthdef
 {
     typedef std::vector<float, boost::alignment::aligned_allocator<float, 64>> float_vector;
     typedef std::vector<char, boost::alignment::aligned_allocator<char, 64>> char_vector;
-#if BOOST_VERSION > 107000
-    typedef std::map<symbol, int32_t, std::less<symbol>,
-                     boost::alignment::aligned_allocator<std::pair<symbol, int32_t>, 64>>
-        parameter_index_map_t;
-#else
     typedef std::map<symbol, int32_t, std::less<symbol>> parameter_index_map_t;
-#endif
 
 public:
     struct input_spec