File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ https://github.com/intel/cpp-std-extensions/blob/main/include/stdx/compiler.hpp[
5
5
provides macros for decorating declarations, which resolve either to keywords or
6
6
to compiler-specific attributes:
7
7
8
+ * https://clang.llvm.org/docs/AttributeReference.html#always-inline-force-inline[`ALWAYS_INLINE`]
8
9
* https://en.cppreference.com/w/cpp/language/constinit[`CONSTINIT`]
9
10
* https://en.cppreference.com/w/cpp/language/consteval[`CONSTEVAL`]
10
- * https://clang.llvm.org/docs/AttributeReference.html#always-inline-force-inline[`ALWAYS_INLINE`]
11
- * https://clang.llvm.org/docs/AttributeReference.html#noinline[`NEVER_INLINE`]
11
+ * https://clang.llvm.org/docs/AttributeReference.html#lifetimebound[`LIFETIMEBOUND`]
12
12
* https://clang.llvm.org/docs/AttributeReference.html#musttail[`MUSTTAIL`]
13
+ * https://clang.llvm.org/docs/AttributeReference.html#noinline[`NEVER_INLINE`]
You can’t perform that action at this time.
0 commit comments