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/pit-in-record.hpp b/daemon/table/pit-in-record.hpp
index 002537b..c61f61d 100644
--- a/daemon/table/pit-in-record.hpp
+++ b/daemon/table/pit-in-record.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2019, Regents of the University of California,
+ * Copyright (c) 2014-2022, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
@@ -28,8 +28,7 @@
#include "pit-face-record.hpp"
-namespace nfd {
-namespace pit {
+namespace nfd::pit {
/** \brief Contains information about an Interest from an incoming face
*/
@@ -52,7 +51,6 @@
shared_ptr<const Interest> m_interest;
};
-} // namespace pit
-} // namespace nfd
+} // namespace nfd::pit
#endif // NFD_DAEMON_TABLE_PIT_IN_RECORD_HPP