@@ -88,10 +88,10 @@ constexpr functions
8888- ``constexpr `` functions must be "constexpr-suitable" at definition time.
8989- The return type can be any constexpr-supported type (including aggregates).
9090- ``constexpr `` is not allowed on function parameters.
91- - Linkage follows C++ constexpr function behavior:
92- - non -``static `` constexpr functions are emitted with ODR linkage
93- (``linkonce_odr ``)
94- - ``static `` constexpr functions have internal linkage
91+ - Linkage follows C++ constexpr function behavior.
92+ - Non -``static `` constexpr functions are emitted with ODR linkage
93+ (``linkonce_odr ``).
94+ - ``static `` constexpr functions have internal linkage.
9595
9696constexpr-suitable validation (definition time)
9797~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -313,10 +313,10 @@ Requirements (v1):
313313 globals/functions (not locals/parameters).
314314- ``task ``, ``export ``, and ``extern "C"/"SYCL" `` are not allowed on
315315 ``constexpr `` functions in v1.
316- - Linkage follows C++ constexpr function behavior:
317- - non -``static `` constexpr functions are emitted with ODR linkage
318- (``linkonce_odr ``)
319- - ``static `` constexpr functions have internal linkage
316+ - Linkage follows C++ constexpr function behavior.
317+ - Non -``static `` constexpr functions are emitted with ODR linkage
318+ (``linkonce_odr ``).
319+ - ``static `` constexpr functions have internal linkage.
320320
321321Examples:
322322
0 commit comments