Updated comments

This commit is contained in:
John Wellbelove 2026-01-25 19:19:18 +01:00
parent 61796bee8f
commit 1c0d7a87de

View File

@ -1228,7 +1228,7 @@ namespace etl
using base_type = etl::variant<TTypes...>;
using type_list = typename base_type::type_list;
using base_type::base_type; // inherit all ctors
using base_type::base_type; // Inherit all ctors
};
//***************************************************************************