From 08e7b7e12c4fe6bb4ce12c2093456bdb03fcd189 Mon Sep 17 00:00:00 2001 From: Herb Sutter Date: Mon, 19 Feb 2024 10:19:15 -0800 Subject: [PATCH] Remove TODO comment for now Not sure of its meaning, we can add again later --- docs/cpp2/types.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/cpp2/types.md b/docs/cpp2/types.md index 65079d4d5..1097dd668 100644 --- a/docs/cpp2/types.md +++ b/docs/cpp2/types.md @@ -218,8 +218,6 @@ mytype: type print(); } - // TODO skipping the default memberwise assignment for later setting - print: (this) = std::cout << "value is [(name)$] [(social_handle)$]\n"; }