feat Add Any

This commit is contained in:
tqcq
2024-03-13 21:19:34 +08:00
parent f8d2b051ee
commit 2df2fcb687
3 changed files with 91 additions and 0 deletions

4
src/any_test.cc Normal file
View File

@ -0,0 +1,4 @@
#include <gtest/gtest.h>
#include <sled/any.h>
TEST(Any, Assign) {}