improve noexcept annotations for Node and Tree

This commit is contained in:
Joao Paulo Magalhaes
2024-05-12 12:43:59 +01:00
parent e1a48d5df1
commit 43a551c874
6 changed files with 190 additions and 176 deletions

View File

@@ -15,6 +15,8 @@ using namespace c4;
C4_SUPPRESS_WARNING_GCC_CLANG_WITH_PUSH("-Wold-style-cast")
C4_SUPPRESS_WARNING_GCC("-Wuseless-cast")
//-----------------------------------------------------------------------------