-
Notifications
You must be signed in to change notification settings - Fork 1
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 fc
updated
6 files
+77 −61 | include/fc/static_variant.hpp | |
+28 −17 | include/fc/variant_object.hpp | |
+38 −4 | src/variant_object.cpp | |
+2 −1 | test/CMakeLists.txt | |
+4 −0 | test/variant/CMakeLists.txt | |
+34 −0 | test/variant/test_variant.cpp |