STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros
crtwrn.h File Reference
#include <crtdefs.h>

Go to the source code of this file.

Macros

#define _INC_CRTWRN
 
#define __CRT_WARNING(_Number, _Description)
 
#define _CRT_WARNING(_Id)   __CRT_WARNING( _CRTWRN_WNUMBER_##_Id, _CRTWRN_MESSAGE_##_Id )
 
#define _CRTWRN_WNUMBER__NO_SPECIAL_TRANSFER   1004
 
#define _CRTWRN_MESSAGE__NO_SPECIAL_TRANSFER   Special transfer of control routines not defined for this platform
 
#define _CRTWRN_WNUMBER__DEPRECATE_STATIC_CPPLIB   1007
 
#define _CRTWRN_MESSAGE__DEPRECATE_STATIC_CPPLIB   _STATIC_CPPLIB is deprecated
 

Macro Definition Documentation

#define __CRT_WARNING (   _Number,
  _Description 
)
Value:
message("" __FILE__ "(" _CRT_STRINGIZE(__LINE__) ") : " \
"warning CRT" _CRT_STRINGIZE(_Number) ": " _CRT_STRINGIZE(_Description))
#define _CRT_STRINGIZE(_Value)
Definition: crtdefs.h:83
#define _CRT_WARNING (   _Id)    __CRT_WARNING( _CRTWRN_WNUMBER_##_Id, _CRTWRN_MESSAGE_##_Id )
#define _CRTWRN_MESSAGE__DEPRECATE_STATIC_CPPLIB   _STATIC_CPPLIB is deprecated
#define _CRTWRN_MESSAGE__NO_SPECIAL_TRANSFER   Special transfer of control routines not defined for this platform
#define _CRTWRN_WNUMBER__DEPRECATE_STATIC_CPPLIB   1007
#define _CRTWRN_WNUMBER__NO_SPECIAL_TRANSFER   1004
#define _INC_CRTWRN