Search Results

1
vote

Is there an equivalent to -pedantic for gcc when using Microsoft’s Visual C++ compiler?

/W4 /Wall should do the trick. …
0
votes

How to use std::signaling_nan?

From TFM: cout << "The signaling NaN for type float is: " << numeric_limits<fl …