haiku/headers/private
Augustin Cavalier 08858e10fa kernel_cpp: Don't import all of the "std" namespace.
This file is included, directly or indirectly, by most of the
kernel-space C++ code, and so importing the entirety of "std"
seriously pollutes the global namespace.

So instead, just import "std::nothrow", which is the only thing
we really want in the global namespace. Tested on both GCC2
and GCC7 and seems to work just fine.

While I'm here, also update the include guards and copyright
header to match the standard format used elsewhere.
2018-12-10 19:44:07 -05:00
..
app headers: Remove some extra semicolons. 2018-12-09 23:00:47 -05:00
audio audio: Move hmulti_audio driver API to private audio headers 2018-10-23 16:33:19 +02:00
binary_compatibility
bluetooth
codec Codec Kit: Introduce BCodecKit namespace 2018-11-27 11:38:04 +01:00
debug
debugger Debugger: Fix #14375, #12343. 2018-08-20 16:44:20 -04:00
device drivers: Deduplify joystick_driver.h. 2018-06-21 18:46:30 -04:00
drivers scsi: Use _res and not res in MK_ERROR. 2018-06-18 22:05:45 -04:00
file_systems packagefs: Move DebugSupport up into the file_systems shared folder. 2018-08-22 19:19:56 -04:00
firewire
fs_shell
graphics Remove private vmware driver headers. 2018-06-26 17:23:23 -04:00
index_server
input
interface RegionSupport: Fix PVS 338-346 2018-11-30 21:13:14 +00:00
kernel kernel_cpp: Don't import all of the "std" namespace. 2018-12-10 19:44:07 -05:00
libroot ICU locale backend: Increase size of fLocaleDescription from 512 to 1024 bytes. 2018-05-19 20:44:51 -04:00
locale
mail build: Cleanup of libgnuregex usage. 2018-03-07 18:04:31 -05:00
media Move RawFormats.h to Codec Kit 2018-11-29 08:06:34 +01:00
midi
mount
net freebsd11_wlan: Remove the BOSII_* ioctls. 2018-10-04 20:07:11 -04:00
notification
package Remove Curl, Switch to NetApi in Package Kit 2018-09-29 17:23:52 +00:00
preferences
print
runtime_loader
screen_saver
shared Json : Fix String Writer 2018-10-06 19:58:35 +00:00
storage
support
syslog_daemon
system kernel: Remove the B_KERNEL_AREA protection flag. 2018-11-17 16:46:49 -05:00
textencoding
tracker
usb_vision
userlandfs userlandfs: Fix -Werror=parentheses 2018-12-04 20:46:43 +00:00
virtio virtio: Replace size return with usedLength in queue_dequeue. 2018-11-17 00:34:49 +01:00
vmdk