From f1fef2e89104381e85a0c66e1785d15bf1e83fea Mon Sep 17 00:00:00 2001 From: Barry Revzin Date: Thu, 15 Feb 2024 09:13:05 -0600 Subject: [PATCH] Rendering --- 2996_reflection/p2996r2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()}));