Files
ardour/libs/pbd
Robin Gareus 4a99026cc9 Revert "Replace boost::aligned_storage with alignas std::array"
This reverts commit 32ff87f7f6.

This causes issues on macOS/clang
```
../libs/pbd/pbd/stack_allocator.h:152:53: note: destructor of 'StackAllocator<std::__tree_node<std::__value_type<ARDOUR::DataType, std::map<unsigned int, unsigned int, std::less<unsigned int>, PBD::StackAllocator<std::pair<const unsigned int, unsigned int>, 16>>>, void *>, 2>' is implicitly deleted because field '_buf' has a deleted destructor
  152 |         alignas(16) std::array<value_type, stack_capacity> _buf;
```
2024-11-19 18:03:23 +01:00
..
2022-04-23 23:12:13 +02:00
2020-03-18 18:16:29 +01:00
2020-10-13 21:27:16 +02:00
2021-06-26 18:47:08 -06:00
2022-12-11 11:54:03 -05:00
2020-12-02 21:34:52 +01:00
2022-11-13 03:01:50 +01:00
2020-10-13 21:27:16 +02:00
2022-09-10 10:20:37 +01:00
2021-06-26 18:40:44 -06:00