Compiler Warnings
- #warning directive
#warning directive.
- Awaiter type is not a class
Awaiter type is not a class.
- Cannot resolve a required coroutine function
Cannot resolve a required coroutine function.
- Default initialization of a const-qualified object of a type without a user-provided default constructor
Default initialization of a const-qualified object of a type without a user-provided default constructor.
- Explicit specialization in non-namespace scope
Explicit specialization in non-namespace scope.
- Precompiled header is not found
Precompiled header is not found.
- Precompiled header is not included
Precompiled header is not included.
- Redeclaration of a template parameter from an outer scope
Redeclaration of a template parameter from an outer scope.
- Reference class member with 'mutable' specifier
Reference class member with 'mutable' specifier.
- static_assert failed
static_assert failed.
- The 'out' parameter must be assigned
The 'out' parameter must be assigned.
- Uninitialized dependent base class
Uninitialized dependent base class.
- Union member of reference type
Union member of reference type.
- Use of an incomplete type inside a template
Use of an incomplete type inside a template.
- User-defined literal suffixes must start with an underscore
User-defined literal suffixes must start with an underscore.
Last modified: 29 July 2025