diff --git a/Util/StdHashExtensions.h b/Util/StdHashExtensions.h index d2f2fc4fe..fa51fa75c 100644 --- a/Util/StdHashExtensions.h +++ b/Util/StdHashExtensions.h @@ -32,7 +32,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include -// this is largely inspired by boost's hash combine +// this is largely inspired by boost's hash combine as can be found in +// "The C++ Standard Library" 2nd Edition. Nicolai M. Josuttis. 2012. template inline void hash_combine(std::size_t &seed, const T& val) {