Files
ardour/libs/pbd/pbd
Robin Gareus 379115a20e Fix MacOS 10.11 (clang-8.0.0) builds
gcc, and recent clang-10 can construct new objects
using references as arguments.

However clang-8 (and MSVC?) do not:
   "error: no matching function for call to 'operator new'"

The compiler apparently does not expand the template
  class A  <-> `A*`  vs. `A const&`
for different cases.
2020-03-09 18:33:11 +01:00
..
2015-10-05 16:17:49 +02:00
2020-02-20 00:09:32 -07:00
2019-12-09 23:25:59 +01:00
2019-09-30 04:45:59 +02:00