Skip to content

Commit 1c398ff

Browse files
jwakelytkoeppe
authored andcommitted
[type.info] Remove comments explaining deleted members
The standard is not a tutorial.
1 parent e18377d commit 1c398ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3250,8 +3250,8 @@
32503250
size_t hash_code() const noexcept;
32513251
const char* name() const noexcept;
32523252

3253-
type_info(const type_info&) = delete; // cannot be copied
3254-
type_info& operator=(const type_info&) = delete; // cannot be copied
3253+
type_info(const type_info&) = delete;
3254+
type_info& operator=(const type_info&) = delete;
32553255
};
32563256
}
32573257
\end{codeblock}

0 commit comments

Comments
 (0)