Skip to content

Commit bfa24db

Browse files
[diff.cpp17.depr] A constructor is a member function
1 parent ad8ce34 commit bfa24db

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
@@ -1578,7 +1578,7 @@
15781578
Remove deprecated type traits.
15791579
\rationale
15801580
The traits had unreliable or awkward interfaces. The \tcode{is_literal_type}
1581-
trait provided no way to detect which subset of constructors and member
1581+
trait provided no way to detect which subset of member
15821582
functions of a type were declared \keyword{constexpr}. The \tcode{result_of}
15831583
trait had a surprising syntax that did not directly support function types.
15841584
It has been superseded by the \tcode{invoke_result} trait.

0 commit comments

Comments
 (0)