From 77d97c914a157037b6729d0f3b0fb265aacf4741 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 11 Jun 2022 22:03:46 +0200 Subject: refactor: clean up container API --- src/object_identifier.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/object_identifier.cpp') diff --git a/src/object_identifier.cpp b/src/object_identifier.cpp index a743271..44ca1b3 100644 --- a/src/object_identifier.cpp +++ b/src/object_identifier.cpp @@ -1,10 +1,10 @@ -#include "yacppdic/object_identifier.hpp" +#include "yacppdic/detail/internal/object_identifier.hpp" #include "yacppdic/detail/internal/hash.hpp" #include -namespace yacppdic +namespace yacppdic::internal { ObjectIdentifier::ObjectIdentifier(const std::type_info &type_info) noexcept @@ -44,5 +44,5 @@ auto ObjectIdentifier::tag() const noexcept -> std::string_view return _tag; } -} // namespace yacppdic +} // namespace yacppdic::internal -- cgit v1.2.3-18-g5258