Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 652 Bytes

expression-evaluator-error-cxx0025.md

File metadata and controls

17 lines (13 loc) · 652 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0025
Expression Evaluator Error CXX0025
11/04/2016
CXX0025
CAN0025
CXX0025
3e2fb541-63b3-46ac-9f93-3dadb253bcf6

Expression Evaluator Error CXX0025

operator needs struct/union

An operator that takes an expression of struct or union type was applied to an expression that is not a struct or union.

Components of class, structure, or union variables must have a fully qualified name. Components cannot be entered without full specification.

This error is identical to CAN0025.