Ludovic Courtès <[email protected]> writes: > Hallo! > > Andreas Enge <[email protected]> skribis: > >> The following test file round.cpp does not compile with our g++-10.2.0: >> #include <cfenv> >> int main () { >> return std::fegetround (); >> } > > Could you provide detailed steps to reproduce it? > > Thanks, > Ludo’.
I believe `std::fegetround` was introduced in C++11, are you using the appropriate flag? Brett Gilio
