From 2a0d1be60b0860b35fba4273855bff1e2578a7d2 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Sat, 12 Sep 2015 17:12:02 -0400 Subject: [PATCH] doc: BOOST_HASH_SPECIALIZE_REF passes by const ref --- include/boost/functional/hash/hash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/functional/hash/hash.hpp b/include/boost/functional/hash/hash.hpp index 3e5ab5b..2fb9f21 100644 --- a/include/boost/functional/hash/hash.hpp +++ b/include/boost/functional/hash/hash.hpp @@ -411,7 +411,7 @@ namespace boost // passed by copy. // // BOOST_HASH_SPECIALIZE_REF - define a specialization for a type which is - // passed by copy. + // passed by const reference. // // These are undefined later.