The macro_RWSTD_NO_MEMBER_TEMPLATESis defined inlibCstdto indicate that member template functions are not supported, and the macro_RWSTD_NO_TEMPLATE_ON_RETURN_TYPEis defined to indicate that the compiler does not support the syntax for functions that are templatized only on the return type. A...
libstdc++ 是 GCC 编译器的 C++ 标准库实现,它是从 GNU Compiler Collection(GCC)项目中拆出来的一...
问如何使用libc++ libstdc++混合编译的链接库EN众所周知从Xcode10起,苹果摒弃了对libstdc++库的支持转而...
libstdc++是gcc搞的,libc++是llvm搞的,他们都是C++标准库的实现。但因为这东西实现起来很恶心,有时...
This adds support for the new __ieee128 long double format on powerpc64le targets. Most of the complexity comes from wanting a single libstdc++.so library that contains the symbols needed by code compiled with both -mabi=ibmlongdouble and -mabi=ieeelongdouble (and not forgetting -mlong-dou...
macro_rules! tool_extended { (($sel:ident, $builder:ident), $($name:ident,35 changes: 35 additions & 0 deletions 35 src/bootstrap/src/core/sanity.rs Original file line numberDiff line numberDiff line change @@ -15,6 +15,10 @@ use std::fs; use std::path::PathBuf; use std::...
MACRO_DEF+=-D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR MACRO_DEF+=-D_LIBCPP_ENABLE_TUPLE_IMPLICIT_REDUCED_ARITY_EXTENSION 代码,由于某些std类库命名空间,以及一些用法变化,所以要做相应的修改: 例如std::tr1::空间不存在,可以修改为std:: #ifdef __APPLE__ ...
-Igen -I../../include -Igen/include -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../include cflags = -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP_...
> note: expanded from macro '_GLIBCXX_NODISCARD' > > 173 | # define _GLIBCXX_NODISCARD [[__nodiscard__]] > > | ^~~~ > > which would be trivially solved by something like > > > diff --git a/libstdc++-v3/include/bits/stl_iterator.h > b/libstdc++-v3/...
stdatomic.h libstdc++: Fix _Atomic(T) macro in <stdatomic.h> [PR115807] 10 months ago stdbit.h libstdc++: Implement <stdbit.h> for C++26 (P3370R1) 2 months ago stdbool.h Update copyright years. 4 months ago stdckdint.h libstdc++: Implement <stdckdint.h> for C++26 (P...