Merge pull request #727 from XLabsProject/dependabot/submodules/deps/GSL-a381a37
Bump deps/GSL from `0822838` to `a381a37`
This commit is contained in:
commit
d7ef088b67
2
deps/GSL
vendored
2
deps/GSL
vendored
@ -1 +1 @@
|
||||
Subproject commit 0822838a7c76d804bf6ede458d61113990693939
|
||||
Subproject commit a381a3759fbd66030065fc9949fa2cf4c2c1fd58
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user