f1a08f4d78
The Windows CRT headers define structs with members called f, x, y etc so don't check those. There are also lots of unnecessary function parameters in mingw headers using non-reserved names, e.g. <time.h> uses p and z as parameters of mingw_gettimeofday <inttypes.h> uses j as a parameter of imaxabs <pthread.h> uses l, o and func as parameter names Those should be fixed in the headers instead. Signed-off-by: Jonathan Wakely <jwakely@redhat.com> libstdc++-v3/ChangeLog: * testsuite/17_intro/names.cc: Adjust for Windows.
file: libstdc++-v3/README New users may wish to point their web browsers to the file index.html in the 'doc/html' subdirectory. It contains brief building instructions and notes on how to configure the library in interesting ways.