-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
boost-commitbot
committed
Jul 27, 2024
1 parent
e3a0ff8
commit 65d7cd8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
8 files
+34 −20 | .drone.jsonnet | |
+20 −5 | .github/workflows/ci.yml | |
+11 −1 | doc/changes.qbk | |
+3 −0 | doc/core.qbk | |
+53 −5 | include/boost/core/empty_value.hpp | |
+2 −0 | test/Jamfile.v2 | |
+20 −0 | test/empty_value_compile_fail_casting.cpp | |
+45 −0 | test/empty_value_nested_test.cpp |