Core Library
Defines
BuildConfig.hpp File Reference

Definitions that configure the build. More...

Defines

#define ANSI_BUILD
#define _CRT_SECURE_NO_WARNINGS
#define _SCL_SECURE_NO_WARNINGS
#define STRICT
#define VC_EXTRALEAN
#define NOMINMAX
#define _CRTDBG_MAP_ALLOC
 Enables debug versions of malloc etc.
#define _STLP_DEBUG
 Enable checked iterators etc.
#define _STLP_DEBUG_LEVEL   _STLP_STANDARD_DBG_LEVEL
 Maximum debug checking.
#define _STLP_NO_ANACHRONISMS
 Disable all extensions.
#define _STLP_NO_EXTENSIONS
 Disable all extensions.

Detailed Description

Definitions that configure the build.

Author:
Chris Oldwood

Define Documentation

#define ANSI_BUILD
#define STRICT
#define VC_EXTRALEAN
#define NOMINMAX

Enables debug versions of malloc etc.

#define _STLP_DEBUG

Enable checked iterators etc.

#define _STLP_DEBUG_LEVEL   _STLP_STANDARD_DBG_LEVEL

Maximum debug checking.

Disable all extensions.

Disable all extensions.