string compat functions throw

This commit is contained in:
badaix 2016-04-25 19:27:21 +02:00
parent 244202674b
commit f11a7055a1
12 changed files with 36 additions and 18 deletions

2
externals/json.hpp vendored
View file

@ -61,7 +61,7 @@ Class @ref nlohmann::basic_json is a good entry point for the documentation.
#include <utility>
#include <vector>
#include "common/compat.h"
#include "common/strCompat.h"
// enable ssize_t on MinGW
#ifdef __GNUC__