Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 609 Bytes

expression-evaluator-error-cxx0041.md

File metadata and controls

17 lines (13 loc) · 609 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0041
Expression Evaluator Error CXX0041
11/04/2016
CXX0041
CAN0041
CXX0041
ce8a2366-758f-481b-8c03-ed7d779091b2

Expression Evaluator Error CXX0041

class element must be static member or member function

A nonstatic member of a class (or structure or union) was used without specifying which instantiation of the class to use.

Only static data members or member functions can be used without specifying an instantiation.

This error is identical to CAN0041.