haiku/headers/private/kernel/util
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
..
atomic.h
AutoLock.h Added some support for GCC 5+. 2015-07-20 21:45:02 +02:00
AVLTree.h AVLTree: forward LeftMost and RightMost method from AVLTreeBase 2017-12-10 10:56:08 -05:00
AVLTreeBase.h btrfs_shell: Support AVLTree 2017-07-25 09:34:46 +07:00
AVLTreeMap.h
Bitmap.h
BitUtils.h Clean up various whitespace and fix one header guard. 2015-08-02 23:19:07 +02:00
Constructor.h Clean up various whitespace and fix one header guard. 2015-08-02 23:19:07 +02:00
DoublyLinkedList.h
DoublyLinkedQueue.h
FixedWidthPointer.h
fs_trim_support.h
Heap.h
kernel_c.h
kernel_cpp.h kernel_cpp: Don't import all of the "std" namespace. 2018-12-10 19:44:07 -05:00
KernelReferenceable.h
KernelUtilsOrder.h
KMessage.h
kqueue.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
list.h
MallocFreeAllocator.h Clean up various whitespace and fix one header guard. 2015-08-02 23:19:07 +02:00
MinMaxHeap.h
MultiHashTable.h
OpenHashTable.h Clean up various whitespace and fix one header guard. 2015-08-02 23:19:07 +02:00
queue.h
RadixBitmap.h
Random.h
ring_buffer.h
SinglyLinkedList.h
SplayTree.h Clean up various whitespace and fix one header guard. 2015-08-02 23:19:07 +02:00
Stack.h
StringHash.h
syscall_args.h Revert the rest of the COMPAT_MODE changes (back to hrev52003.) 2018-06-15 00:20:56 -04:00
TypeOperation.h
Vector.h
VectorMap.h
VectorSet.h