[Submodules] Update libtommath, mongoose and protobuf

This commit is contained in:
momo5502 2017-09-02 11:46:15 +02:00
parent 20048b8d50
commit 6e7c307693
5 changed files with 5 additions and 5 deletions

2
deps/libtommath vendored

@ -1 +1 @@
Subproject commit edb72ca04b4de465a1fd258161ef69f992c733e2
Subproject commit a0a86c696a7182f8be4b10bb79a1c5c971dc9561

2
deps/mongoose vendored

@ -1 +1 @@
Subproject commit 4c37e4927480fdf8f0ff024a98314387711d5203
Subproject commit abf89d32d9434f3b3eed74dc2b61f2434ea51fcb

2
deps/protobuf vendored

@ -1 +1 @@
Subproject commit ec3f5dcc725c415cf6bbc8325adf731370a3507d
Subproject commit 6699f2cf64c656d96f4d6f93fa9563faf02e94b4

View File

@ -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!

Binary file not shown.