C28232
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
warning C28232: _Pre_, _Post_, or _Deref_ not applied to any annotation
This warning indicates that a _Pre_
, _Post_
, or _Deref_
operator appears in an annotation expression without a subsequent functional annotation; the modifier was ignored, but this indicates an incorrectly coded annotation.