]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
libc++: avoid hash re-definitions
authorNoah Watkins <noahwatkins@gmail.com>
Tue, 29 Oct 2013 20:41:20 +0000 (13:41 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Sat, 18 Jan 2014 22:03:58 +0000 (14:03 -0800)
commit1fcbddc846476f9497dcec2bc667a50e426311a0
tree4781c529919963a771373881d9c5874fd6cfb90e
parentaae47009ba0ef987499a66e85b068f0fe794add2
libc++: avoid hash re-definitions

The definitions of hash<> for int64_t/uint64_t that were not available
on i386 in the __gnu_cxx namespace are available when we switch over to
std::tr1 namespace so we remove them to avoid the redefinition errors.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/include/types.h