Lines Matching +full:implicit +full:- +full:casts
2 [/ Copyright 2005-2008 Daniel James.
33 Suppress incorrect 64-bit warning on Visual C++.
40 [@http://lists.boost.org/boost-users/2005/08/13418.php
113 * Add option to prevent implicit conversions when calling `hash_value` by
116 an implicit conversion to a type that does, it would use that
117 implicit conversion to hash it. Which can sometimes go very wrong,
121 it's opt-in for now. This, or something like it, will become the
126 * Avoid warning due with gcc's `-Wconversion` flag.
131 Avoid gcc's `-Wfloat-equal` warning.
140 * `hash_value` now implemented using SFINAE to avoid implicit casts to built
147 * New floating point hasher - will hash the binary representation on more
153 available - currently only `__int128` and `unsigned __int128` on some
156 don't use automatic detection - which can break if there are ambiguous
200 * Avoid float comparison warning when using Clang - this workaround was