diff --git a/2996_reflection/p2996r2.html b/2996_reflection/p2996r2.html index f81c01c0..68b6afd3 100644 --- a/2996_reflection/p2996r2.html +++ b/2996_reflection/p2996r2.html @@ -1507,9 +1507,9 @@

3.15 template <class... Tags> consteval auto make_named_tuple(std::meta::info type, Tags... tags) { - std::vector<std::meta::nsdm_description> nsdms; + std::vector<std::meta::info> nsdms; auto f = [&]<class Tag>(Tag tag){ - nsdms.push_back(std::meta::nsdm_description( + nsdms.push_back(data_member_spec( dealias(^Tag::type), {.name=Tag::name()}));