mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Hack around our inability to detect wchar_t support for intel6
[SVN r18639]
This commit is contained in:
@@ -52,6 +52,13 @@ else
|
||||
# Add support for wchar_t and correct for loop scoping
|
||||
/Zc:wchar_t,forScope
|
||||
;
|
||||
|
||||
if $(version) = 6
|
||||
{
|
||||
# clue in our config, since we don't seem to be detecting
|
||||
# native wchar_t automatically in this case.
|
||||
C++FLAGS += -D_NATIVE_WCHAR_T_DEFINED ;
|
||||
}
|
||||
}
|
||||
|
||||
# Add options recognized only by intel7
|
||||
|
||||
@@ -52,6 +52,13 @@ else
|
||||
# Add support for wchar_t and correct for loop scoping
|
||||
/Zc:wchar_t,forScope
|
||||
;
|
||||
|
||||
if $(version) = 6
|
||||
{
|
||||
# clue in our config, since we don't seem to be detecting
|
||||
# native wchar_t automatically in this case.
|
||||
C++FLAGS += -D_NATIVE_WCHAR_T_DEFINED ;
|
||||
}
|
||||
}
|
||||
|
||||
# Add options recognized only by intel7
|
||||
|
||||
Reference in New Issue
Block a user