Skip to content

Commit

Permalink
[type.info] Remove comments explaining deleted members
Browse files Browse the repository at this point in the history
The standard is not a tutorial.
  • Loading branch information
jwakely authored and tkoeppe committed Jan 17, 2025
1 parent e18377d commit 1c398ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3250,8 +3250,8 @@
size_t hash_code() const noexcept;
const char* name() const noexcept;

type_info(const type_info&) = delete; // cannot be copied
type_info& operator=(const type_info&) = delete; // cannot be copied
type_info(const type_info&) = delete;
type_info& operator=(const type_info&) = delete;
};
}
\end{codeblock}
Expand Down

0 comments on commit 1c398ff

Please sign in to comment.