commit | a3a7a4e3308afde48e9fe80c17b9168f302cfcfd | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun May 29 16:06:22 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Jun 04 20:26:02 2022 -0400 |
tree | 75ad95a70f9ca2d6fb09896a791f7b4760322af2 | |
parent | b7bfcb904a313af606503d7380a69edc47a9b30e [diff] [blame] |
Use more C++17 features Mainly structured bindings, inline variables, and class template argument deduction, plus many more smaller things. Change-Id: I810d17e0adb470426e4e30c898e03b3140ad052f
diff --git a/daemon/table/fib.hpp b/daemon/table/fib.hpp index a4b688f..6073533 100644 --- a/daemon/table/fib.hpp +++ b/daemon/table/fib.hpp
@@ -36,6 +36,7 @@ namespace measurements { class Entry; } // namespace measurements + namespace pit { class Entry; } // namespace pit