This very simple example gives the following error :
#include <string> int main(int argc, CTTL_STD_CHAR *argv[]) { CTTL_STD_WSTRING TestString; return 0; } main.o(.text+0x26):main.cpp: undefined reference to `std::basic_string<CTTL_STD_WCHAR, std::char_traits<CTTL_STD_WCHAR>, ...
Definition in file mingw_specific.h.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.