Merge pull request #727 from XLabsProject/dependabot/submodules/deps/GSL-a381a37

Bump deps/GSL from `0822838` to `a381a37`
This commit is contained in:
Edo 2023-01-19 17:32:34 +00:00 committed by GitHub
commit d7ef088b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
deps/GSL vendored

@ -1 +1 @@
Subproject commit 0822838a7c76d804bf6ede458d61113990693939
Subproject commit a381a3759fbd66030065fc9949fa2cf4c2c1fd58

View File

@ -81,9 +81,6 @@
#pragma warning(disable: 6387)
#pragma warning(disable: 26812)
#include <gsl/gsl>
#include <tomcrypt.h>
// Enable additional literals
using namespace std::literals;
@ -111,6 +108,9 @@ using namespace std::literals;
#define AssertUnreachable assert(0 && "unreachable")
#include <gsl/gsl>
#include <tomcrypt.h>
#pragma warning(pop)
#include "Utils/Memory.hpp" // Breaks order on purpose