How come std::hexfloat and std::defaultfloat cannot be found. I get the error that no member can be found with both clang and g++. My g++ is on version 4.9.2 and clang is on 3.5.0. And I tried with both c++11 and c++1y.
std::hexfloat and std::defaultfloat are declared in header <ios>
Typically use: #include <iostream> The standard specifies that <iostream> must include <ios>