Go to file
Kp f900d4a5ee Remove RAIIdmem::operator pointer
Mac OS X defines uint_fast32_t to unsigned int, causing ambiguous
overloads between RAIIdmem::operator[](std::size_t) and
RAIIdmem::operator[](int).  Adding a disambiguating overload for OS X
breaks Windows.  Remove operator pointer and operator[].  Rely on the
inherited operator[] for indexing.  Require users to call ->get() to
convert to a simple pointer.

First btb ambiguity reported: https://github.com/dxx-rebirth/dxx-rebirth/pull/34
Second btb ambiguity reported: https://github.com/dxx-rebirth/dxx-rebirth/pull/43
2015-02-17 03:52:59 +00:00
common Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
contrib xcode setting for passing network opts to scons 2015-02-05 17:02:17 -08:00
d1x-rebirth Make equal_space a preprocessor constant 2015-01-29 04:27:35 +00:00
d2x-rebirth Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
similar Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt
SConstruct Make udt_to_message __attribute__((unused)) 2015-02-05 03:03:50 +00:00