imo msvc should be outlawed

This commit is contained in:
HJfod 2024-02-13 23:17:22 +02:00
parent c4e9c17a35
commit 077ead1428

View file

@ -10,6 +10,7 @@
#include <vector>
#include <ghc/fs_fwd.hpp>
#include <matjson.hpp>
#include <charconv>
// for some reason std::filesystem::path doesn't have std::hash defined in C++17
// and ghc seems to have inherited this limitation