refactor: 💥 type list tools made and implementation detail of the library

This commit is contained in:
Mateusz Pusz
2024-04-24 21:10:25 +02:00
parent c066104af7
commit 11960a23ae
2 changed files with 15 additions and 82 deletions

View File

@@ -27,6 +27,7 @@
namespace {
using namespace mp_units;
using namespace mp_units::detail;
template<typename... Types>
struct type_list;