Refactor and modernize namespace declarations
Move all unit tests to namespace nfd::tests
Delete unused header core/algorithm.hpp
Change-Id: I5591f0c5f3bb5db67f8b45fae95471f8a555ca68
diff --git a/daemon/table/fib.cpp b/daemon/table/fib.cpp
index c6c8f2c..f30b976 100644
--- a/daemon/table/fib.cpp
+++ b/daemon/table/fib.cpp
@@ -29,8 +29,7 @@
#include <ndn-cxx/util/concepts.hpp>
-namespace nfd {
-namespace fib {
+namespace nfd::fib {
NDN_CXX_ASSERT_FORWARD_ITERATOR(Fib::const_iterator);
@@ -165,5 +164,4 @@
boost::adaptors::transformed(name_tree::GetTableEntry<Entry>(&name_tree::Entry::getFibEntry));
}
-} // namespace fib
-} // namespace nfd
+} // namespace nfd::fib