I am trying to compile the following code with g++ (GCC) 4.8.2 20131212 (Red Hat 4.8.2-7):
#include using namespace std; int main(int argc,
From the GCC implementation status:
Section: 27.5 Description: Iostreams base classes Support: Partial Comments: Missing move and swap operations on basic_ios. Missing io_errc and iostream_category. ios_base::failure is not derived from system_error. Missing ios_base::hexfloat.
Section: 27.5 Description: Iostreams base classes Support: Partial Comments:
move
swap
basic_ios
io_errc
iostream_category
ios_base::failure
system_error
ios_base::hexfloat
more info here