haiku/headers
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
..
build tools/locale: Fix using auto_ptr to array. 2018-12-02 21:31:26 +00:00
compatibility sincos, sincof, sincosl declarations in gnu/math.h 2018-11-19 23:14:51 +00:00
config build: Add riscv architecture 2018-11-04 13:47:50 -06: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 Complete implementation of printer serial transport 2018-06-05 21:44:14 +00:00
os headers: Remove some extra semicolons. 2018-12-09 23:00:47 -05:00
posix Fix IN6_IS_ADDR_V4MAPPED & IN6_IS_ADDR_V4COMPAT false positives 2018-11-27 02:43:53 +00:00
private kernel_cpp: Don't import all of the "std" namespace. 2018-12-10 19:44:07 -05:00
tools Fix #12799: Enable elf symbol patching for Haiku 2016-10-30 10:42:24 +01:00