doc: BOOST_HASH_SPECIALIZE_REF passes by const ref

This commit is contained in:
Billy Donahue
2015-09-12 17:12:02 -04:00
parent 1bf379ab60
commit 2a0d1be60b

View File

@@ -411,7 +411,7 @@ namespace boost
// passed by copy. // passed by copy.
// //
// BOOST_HASH_SPECIALIZE_REF - define a specialization for a type which is // BOOST_HASH_SPECIALIZE_REF - define a specialization for a type which is
// passed by copy. // passed by const reference.
// //
// These are undefined later. // These are undefined later.