Removed warnings from hex_float.h
authorAndrew Woloszyn <awoloszyn@google.com>
Fri, 16 Feb 2018 15:19:36 +0000 (10:19 -0500)
committerSteven Perron <stevenperron@google.com>
Sat, 17 Feb 2018 02:15:51 +0000 (21:15 -0500)
commite543b195dfe34ae99f9dec146cf8e17c2278e553
treeb2cc279d7abbc2ed8ae720695c5fc265c92d9bfc
parent04cd63e5b9c81b39906692cc635acfa2f4e1729f
Removed warnings from hex_float.h

Bitcasting FloatProxy<->uint_type was hitting a warning
with g++8.0.1. Replace bitcasts with new casting traits for FloatProxy.
source/util/hex_float.h