haiku/headers
Ingo Weinhold 69a8b95491 FixedWidthPointer: Fix ==/!= operators, remove OtherType casts
* FixedWidthPointer:
  - operators ==/!=: Change second operand type from void* to const
    Type*. Also add non-const version to resolve ambiguity warning when
    comparing with non-const pointer.
  - Add Pointer() getter.
  - Remove templatized cast operators. They are nice for casting the
    pointer directly to another pointer type, but result in ambiguity.
* Make preloaded_image::debug_string_table non-const. Avoids clashes of
  the const and non-coast FixedWidthPointer comparison operators. A
  cleaner (but more verbose) solution would be to spezialize
  FixedWidthPointer for const types.
2012-06-24 15:26:00 +01:00
..
build Style fixes suggested by Axeld. 2012-03-09 14:39:24 -05:00
compatibility
config Added a TODO in to say that {,u}int64 should be changed to long on x86_64. 2012-06-15 16:09:25 +01:00
cpp
glibc
libs Remove lp_solve headers. 2012-05-08 07:28:16 +12:00
os Added some x86_64 system/kernel headers and kernel Jamfiles. 2012-06-13 17:45:22 +01:00
posix Implementations of some libroot functions for x86_64. 2012-06-15 19:57:21 +01:00
private FixedWidthPointer: Fix ==/!= operators, remove OtherType casts 2012-06-24 15:26:00 +01:00
tools