separate runtime config macros from those for compiler
------------------------------------------------------
Key: STDCXX-429
URL: https://issues.apache.org/jira/browse/STDCXX-429
Project: C++ Standard Library
Issue Type: Improvement
Components: Configuration
Affects Versions: 4.1.2
Reporter: Martin Sebor
Assignee: Farid Zaripov
Priority: Minor
Fix For: 4.2
>From http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg03505.html:
...
Move CRT-specific macros hackery from _config-msvc.h to a new config header, say _config-msvcrt.h,
and #include this header from both _config-msvc.h and _config-icc.h, making sure _config-msvc.h
is #included only for MSVC and not for Intel C++ on top of it.
...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|