by Herb Sutter
Discussions of concurrency & C++ futures September 2006 meeting of the Northwest C++ Users Group
Source: Northwest C++ Users Group
F.4 — Constexpr functions (part 4)
-
Constexpr/consteval functions can use non-const local variables Within a
constexpr or consteval function, we can use local variables that are not
constexpr...
1 week ago
No comments:
Post a Comment