haiku/headers
Augustin Cavalier 7a73df5e2c Debugger: Remove needless explicit copy constructors.
These worked in identical fashion to what the default copy
constructors would be, but their mere presence marks the class
as being "non-trivially copyable," which means that memcpy'ing
it is now a -Werror on GCC 8.

We have to be careful when making this change, though: classes
which *are* trivially copyable can be passed inside registers
on x86_64, so changes like these break ABI in a dangerous way.
These classes is private, so it should not be a problem, but
for other classes (e.g. BRect, BPoint) we cannot fix them
properly right now.
2019-05-24 14:17:02 -04:00
..
build build: Deprecate SetSubDirSupportedPlatformsBeOSCompatible. 2019-03-30 14:54:14 -04:00
compatibility pthread: add pthread_getattr_np. 2019-03-08 19:50:45 +00:00
config riscv32: Drop any remaining mentions 2019-04-04 13:23:32 +00:00
cpp build fix. 2015-11-12 22:24:16 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Bump gutenprint version. 2019-05-14 19:11:41 -04:00
os OS.h: Reorder includes alphabetically. 2019-05-19 12:37:14 -04:00
posix posix: add posix_fadvise(), only error checks. 2019-05-21 15:07:43 +00:00
private Debugger: Remove needless explicit copy constructors. 2019-05-24 14:17:02 -04:00
tools Fix #12799: Enable elf symbol patching for Haiku 2016-10-30 10:42:24 +01:00