wxwidgets/include
Vadim Zeitlin 50261bb88f Disable use of std::unordered_map<> with gcc 4.8 for wx hash maps
Due to a bug in gcc 4.8 standard library, inheriting from the standard
class doesn't work, so we can't use it as the base class for our own
containers with this compiler.
2023-04-10 18:51:12 +01:00
..
msvc/wx Link with lexilla library too in MSVS-specific wx/setup.h 2023-03-08 18:24:38 +00:00
wx Disable use of std::unordered_map<> with gcc 4.8 for wx hash maps 2023-04-10 18:51:12 +01:00