mirror of
https://github.com/boostorg/functional.git
synced 2025-07-31 21:14:30 +02:00
Fix a typo in a comment; fixes https://svn.boost.org/trac/boost/ticket/12270
This commit is contained in:
@@ -228,7 +228,7 @@ namespace boost
|
||||
}
|
||||
|
||||
|
||||
// Don't define 64-bit hash combine on platforms with 64 bit integers,
|
||||
// Don't define 64-bit hash combine on platforms without 64 bit integers,
|
||||
// and also not for 32-bit gcc as it warns about the 64-bit constant.
|
||||
#if !defined(BOOST_NO_INT64_T) && \
|
||||
!(defined(__GNUC__) && ULONG_MAX == 0xffffffff)
|
||||
|
Reference in New Issue
Block a user