-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rpc_core
updated
15 files
+47 −0 | src/detail/size_type.hpp | |
+9 −6 | src/serialize.hpp | |
+3 −3 | src/serialize/std_array.hpp | |
+3 −3 | src/serialize/std_forward_list.hpp | |
+3 −3 | src/serialize/std_list_like_impl.hpp | |
+3 −3 | src/serialize/std_map_impl.hpp | |
+3 −3 | src/serialize/std_set_impl.hpp | |
+20 −0 | src/serialize/type_enum.hpp | |
+1 −1 | src/serialize/type_ptr.hpp | |
+0 −0 | src/serialize/type_raw.hpp | |
+0 −0 | src/serialize/type_struct.hpp | |
+4 −2 | src/serialize/type_struct_impl.hpp | |
+0 −0 | src/serialize/type_void.hpp | |
+21 −9 | src/serialize_type.hpp | |
+64 −23 | test/type_test.cpp |