Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 622 Bytes

compiler-warning-level-4-c4517.md

File metadata and controls

13 lines (11 loc) · 622 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 4) C4517
Compiler Warning (level 4) C4517
11/04/2016
C4517
C4517
87cc12b8-7331-4f3a-a863-d6a75d9599c3

Compiler Warning (level 4) C4517

access-declarations are deprecated; member using-declarations provide a better alternative

The ANSI C++ committee has declared access declarations (changing the access of a member in a derived class without the using keyword) to be outdated. Access declarations may not be supported by future versions of C++.