mirror of
https://github.com/boostorg/config.git
synced 2026-02-15 13:02:13 +00:00
Added __CODEGEARC__ warning suppression.
[SVN r49822]
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
#else
|
||||
#define __BORLANDC___WORKAROUND_GUARD 0
|
||||
#endif
|
||||
#ifndef __CODEGEARC__
|
||||
#define __CODEGEARC___WORKAROUND_GUARD 1
|
||||
#else
|
||||
#define __CODEGEARC___WORKAROUND_GUARD 0
|
||||
#endif
|
||||
#ifndef _MSC_VER
|
||||
#define _MSC_VER_WORKAROUND_GUARD 1
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user