mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
Fix bugzilla issue 24623 followup.
Rename CppRuntime to _LLVM and _GNU Also accept c++ for cxx in target string.
This commit is contained in:
parent
748bc7d8ad
commit
b5130fd880
23 changed files with 77 additions and 65 deletions
|
@ -455,7 +455,7 @@ extern (C++, std)
|
|||
{
|
||||
}
|
||||
|
||||
version (CppRuntime_libstdcpp)
|
||||
version (CppRuntime_GNU)
|
||||
{
|
||||
// https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
|
||||
static if (__traits(getTargetInfo, "cppStd") >= 201103)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue