Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 531 Bytes

compiler-error-c2517.md

File metadata and controls

13 lines (11 loc) · 531 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C2517
Compiler Error C2517
11/04/2016
C2517
C2517
d79348d5-e271-4aad-b973-8264515f8e90

Compiler Error C2517

'identifier' : right of '::' is undefined

The identifier on the right of the scope-resolution operator (::) must be a defined member of the class, structure, or union on the left. If no class, structure, or union is named, the identifier on the right must be declared with global scope.