[Submodules] Update libtommath, mongoose and protobuf
This commit is contained in:
parent
20048b8d50
commit
6e7c307693
2
deps/libtommath
vendored
2
deps/libtommath
vendored
@ -1 +1 @@
|
||||
Subproject commit edb72ca04b4de465a1fd258161ef69f992c733e2
|
||||
Subproject commit a0a86c696a7182f8be4b10bb79a1c5c971dc9561
|
2
deps/mongoose
vendored
2
deps/mongoose
vendored
@ -1 +1 @@
|
||||
Subproject commit 4c37e4927480fdf8f0ff024a98314387711d5203
|
||||
Subproject commit abf89d32d9434f3b3eed74dc2b61f2434ea51fcb
|
2
deps/protobuf
vendored
2
deps/protobuf
vendored
@ -1 +1 @@
|
||||
Subproject commit ec3f5dcc725c415cf6bbc8325adf731370a3507d
|
||||
Subproject commit 6699f2cf64c656d96f4d6f93fa9563faf02e94b4
|
@ -51,8 +51,8 @@
|
||||
// Usefull for debugging
|
||||
template <size_t S> class Sizer { };
|
||||
#define BindNum(x, y) Sizer<x> y;
|
||||
#define SizeOf(x, y) BindNum(sizeof(x), y)
|
||||
#define OffsetOf(x, y, z) BindNum(offsetof(x, y), z)
|
||||
#define Size_Of(x, y) BindNum(sizeof(x), y)
|
||||
#define Offset_Of(x, y, z) BindNum(offsetof(x, y), z)
|
||||
|
||||
// Submodules
|
||||
// Ignore the warnings, it's no our code!
|
||||
|
BIN
tools/protoc.exe
BIN
tools/protoc.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user