]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/tti/test/test_structs.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / tti / test / test_structs.hpp
index 8c0e798599c694f9583daca2ae47c990f590aa6b..e01cb9805afb378dbb8c8f20d7cc56e343cfa9b4 100644 (file)
@@ -269,7 +269,7 @@ AType::AStructType AnotherType::AnStat;
 
 #if !defined(BOOST_NO_CXX11_UNRESTRICTED_UNION)
 
-float AType::AnUnion::USMember(893.53);
+float AType::AnUnion::USMember(893.53f);
 char AnotherType::AnotherUnion::ASCData('e');
 
 #endif