Inspectopedia 2025.2 Help

Compiler Warnings

#warning directive   New in this release

#warning directive.

Awaiter type is not a class   New in this release

Awaiter type is not a class.

Cannot resolve a required coroutine function   New in this release

Cannot resolve a required coroutine function.

Default initialization of a const-qualified object of a type without a user-provided default constructor   New in this release

Default initialization of a const-qualified object of a type without a user-provided default constructor.

Explicit specialization in non-namespace scope   New in this release

Explicit specialization in non-namespace scope.

Precompiled header is not found   New in this release

Precompiled header is not found.

Precompiled header is not included   New in this release

Precompiled header is not included.

Redeclaration of a template parameter from an outer scope   New in this release

Redeclaration of a template parameter from an outer scope.

Reference class member with 'mutable' specifier   New in this release

Reference class member with 'mutable' specifier.

static_assert failed   New in this release

static_assert failed.

The 'out' parameter must be assigned   New in this release

The 'out' parameter must be assigned.

Uninitialized dependent base class   New in this release

Uninitialized dependent base class.

Union member of reference type   New in this release

Union member of reference type.

Use of an incomplete type inside a template   New in this release

Use of an incomplete type inside a template.

User-defined literal suffixes must start with an underscore   New in this release

User-defined literal suffixes must start with an underscore.

Last modified: 29 July 2025