13
0
livetrax/libs/midi++2/midi++
David Robillard 8ec3e5fb54 Fix deprecated-copy warnings
It's long been a guideline (and IIRC a Weff-c++ warning) that either all, or
none, of the copy methods should be defined, but this became a standard warning
in GCC9.  Presumably to account for a later language change though I'm not sure
which.

I don't remember why the ChanMapping copy constructor can't just be a simple
copy (it's just a map of POD), but figure it's safer to just copy what that
does.
2019-12-09 23:25:59 +01:00
..
channel.h Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
event.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
events.h
ipmidi_port.h Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
libmidi_visibility.h Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
midnam_patch.h Fix deprecated-copy warnings 2019-12-09 23:25:59 +01:00
mmc.h Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
parser.h Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
port.h Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
types.h Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00