Skip to content

Commit e0f7543

Browse files
authored
Add blockquotes for warning messages in range [C4661, C4700]
1 parent dda89e0 commit e0f7543

19 files changed

+19
-19
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4661.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 603bb8b7-356d-4eef-924b-64d769bac5bd
88
---
99
# Compiler Warning (level 1) C4661
1010

11-
'identifier' : no suitable definition provided for explicit template instantiation request
11+
> 'identifier' : no suitable definition provided for explicit template instantiation request
1212
1313
A member of the template class is not defined.
1414

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4662.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 7efda273-d04a-47b7-ad65-ff1ff94b5ffc
88
---
99
# Compiler Warning (level 1) C4662
1010

11-
explicit instantiation; template-class 'identifier1' has no definition from which to specialize 'identifier2'
11+
> explicit instantiation; template-class 'identifier1' has no definition from which to specialize 'identifier2'
1212
1313
The specified template-class was declared, but not defined.
1414

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4667.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 5d2b7fe0-4f0e-4cd6-b432-ca02c3d194ab
88
---
99
# Compiler Warning (level 1) C4667
1010

11-
'function' : no function template defined that matches forced instantiation
11+
> 'function' : no function template defined that matches forced instantiation
1212
1313
You cannot instantiate a function template that has not been declared.
1414

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4669.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 97730679-e3dc-44d4-b2a8-aa65badc17f2
88
---
99
# Compiler Warning (level 1) C4669
1010

11-
'cast' : unsafe conversion: 'class' is a managed or WinRT type object
11+
> 'cast' : unsafe conversion: 'class' is a managed or WinRT type object
1212
1313
A cast contains a Windows Runtime or managed type. The compiler completes the cast by performing a bit-wise copy of one pointer to the other, but provides no other checking. To resolve this warning, do not cast classes containing managed members or Windows Runtime types.
1414

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4674.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 638dae0b-b82c-4865-9599-72630827ca09
88
---
99
# Compiler Warning (level 1) C4674
1010

11-
'method' should be declared 'static' and have exactly one parameter
11+
> 'method' should be declared 'static' and have exactly one parameter
1212
1313
The signature of a conversion operator was not correct. The method is not considered a user-defined conversion. For more information on defining operators, see [User-Defined Operators (C++/CLI)](../../dotnet/user-defined-operators-cpp-cli.md) and [User-Defined Conversions (C++/CLI)](../../dotnet/user-defined-conversions-cpp-cli.md).
1414

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4677.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: a8d656a1-e2ff-4f8b-9028-201765131026
88
---
99
# Compiler Warning (level 1) C4677
1010

11-
'function': signature of non-private member contains assembly private type 'private_type'
11+
> 'function': signature of non-private member contains assembly private type 'private_type'
1212
1313
A type that has public accessibility outside the assembly uses a type that has private access outside the assembly. A component that references the public assembly type will not be able to use the type member or members that reference the assembly private type.
1414

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4678.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 0c588f34-595d-4e5c-9470-8723fca2cc06
88
---
99
# Compiler Warning (level 1) C4678
1010

11-
base class 'base_type' is less accessible than 'derived_type'
11+
> base class 'base_type' is less accessible than 'derived_type'
1212
1313
A public type derives from a private type. If the public type is instantiated in a referenced assembly, members of the private base type will not be accessible.
1414

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4684.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: e95f1a83-2784-4b05-ae94-12148e056e26
88
---
99
# Compiler Warning (level 1) C4684
1010

11-
'attribute' : WARNING!! attribute may cause invalid code generation: use with caution
11+
> 'attribute' : WARNING!! attribute may cause invalid code generation: use with caution
1212
1313
You used an attribute that should not commonly be used.
1414

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4685.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 16e859b8-a8e8-4a0d-a1d0-37ec4e59a9d7
88
---
99
# Compiler Warning (level 1) C4685
1010

11-
expecting '> >' found '>>' when parsing template parameters
11+
> expecting '> >' found '>>' when parsing template parameters
1212
1313
A template definition was not terminated correctly.

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4688.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: a027df3c-b2b8-4c49-8539-c2bc42db74e8
88
---
99
# Compiler Warning (level 1) C4688
1010

11-
'constraint': constraint list contains assembly private type 'type'
11+
> 'constraint': constraint list contains assembly private type 'type'
1212
1313
A constraint list has an assembly private type, meaning it will not be available when the type is accessed from outside the assembly. For more information, see [Generics](../../extensions/generics-cpp-component-extensions.md).
1414

0 commit comments

Comments
 (0)