I am trying to compile Qt5.15 from the source and I have the compiler in my PATH and it is being found. However, when I run the configure file in the command prompt, I get the following error: /qt-everywhere-src-5.15.0/qt-everywhere-src-5.15.0/qtbase/src/corelib/global/qfloat16.h:300:7: error: 'numeric_limits' is not a class template 300 | class numeric_limits<QT_PREPEND_NAMESPACE(qfloat16)> : public numeric_limits
I know that this means it's not in the standard library of the C++ version I am using but how can I change this?
I am using Windows 10 and running it through the command prompt.
Thank you for any help