Rename all detail to impl (#1168)

Fixes #1084
This commit is contained in:
Alex Kremer
2024-02-12 11:54:41 +00:00
committed by GitHub
parent cea9c41a88
commit cce695c570
91 changed files with 224 additions and 225 deletions

View File

@@ -40,7 +40,7 @@
#include <utility>
#include <vector>
namespace etl::detail {
namespace etl::impl {
class AsyncCallData {
util::Logger log_{"ETL"};
@@ -193,4 +193,4 @@ public:
}
};
} // namespace etl::detail
} // namespace etl::impl