Skip to content

Commit 100207d

Browse files
author
Colin Robertson
committed
Be less specific.
1 parent f447a97 commit 100207d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/error-messages/compiler-warnings/compiler-warning-level-3-c4686.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.assetid: 767c83c2-9e4b-4f9e-88c8-02128ba563f4
1212
1313
## Remarks
1414

15-
A class template specialization wasn't defined before it was used in a return type. Anything that instantiates the class resolves C4686; declaring an instance or accessing a member (for example, `C<int>::some_member_function`) are also options.
15+
A class template specialization wasn't defined before it was used in a return type. Anything that instantiates the class resolves C4686; declaring an instance or accessing a member (for example, `C<int>::some_member`) are also options.
1616

1717
This warning is off by default. For more information, see [Compiler warnings that are off by default](../../preprocessor/compiler-warnings-that-are-off-by-default.md).
1818

0 commit comments

Comments
 (0)