We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b465f94 commit 2273ee0Copy full SHA for 2273ee0
clang/include/clang/Sema/Overload.h
@@ -257,10 +257,7 @@ class Sema;
257
/// sequence (C++ 13.3.3.1.1). A standard conversion sequence
258
/// contains between zero and three conversions. If a particular
259
/// conversion is not needed, it will be set to the identity conversion
260
- /// (ICK_Identity). Note that the three conversions are
261
- /// specified as separate members (rather than in an array) so that
262
- /// we can keep the size of a standard conversion sequence to a
263
- /// single word.
+ /// (ICK_Identity).
264
class StandardConversionSequence {
265
public:
266
/// First -- The first conversion can be an lvalue-to-rvalue
0 commit comments