Hack around bug in gcc-4.8.1 templates.
authorAndrew Woloszyn <awoloszyn@google.com>
Thu, 5 Oct 2017 15:01:34 +0000 (11:01 -0400)
committerDavid Neto <dneto@google.com>
Fri, 6 Oct 2017 14:26:17 +0000 (10:26 -0400)
commitd7f199b5d4b69941c83afd2d4c8e8752777f3cf2
treef65ce31f69648f27a93365a7e35f547cd5f892f9
parentda04f5640e13d5c43ab5ba431837db09794f20ae
Hack around bug in gcc-4.8.1 templates.

This keeps the previous behavior for other compilers that will
throw warnings on a negative shift operation, but works around
the internal compiler error in GCC.
source/util/hex_float.h