Skip to content

Commit c12c964

Browse files
[diff.cpp17.depr] A constructor is a member function
1 parent 2493d9c commit c12c964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@
15111511
Remove deprecated type traits.
15121512
\rationale
15131513
The traits had unreliable or awkward interfaces. The \tcode{is_literal_type}
1514-
trait provided no way to detect which subset of constructors and member
1514+
trait provided no way to detect which subset of member
15151515
functions of a type were declared \keyword{constexpr}. The \tcode{result_of}
15161516
trait had a surprising syntax that did not directly support function types.
15171517
It has been superseded by the \tcode{invoke_result} trait.

0 commit comments

Comments
 (0)