https://llvm.googlesource.com/llvm-project/+/8dec0b23da116e1cf0cd49c955ff1fadf52d5096/clang/test/SemaCXX/constexpr-turing-cxx2a.cpp?autodive=0%2F%2F%2F%2F%2F%2F%2F%2F%2F
clang/test/SemaCXX/constexpr-turing-cxx2a.cpp - llvm-project - Git at Google
https://lists.llvm.org/pipermail/all-commits/Week-of-Mon-20230904/130769.html
[all-commits] [llvm/llvm-project] 5704dd: [clang][Interp] Reject calling virtual constexpr f...
https://www.mail-archive.com/llvm-branch-commits@lists.llvm.org/msg77036.html
[llvm-branch-commits] [clang] [Clang] [C++26] Expansion Statements (Part 7: Constexpr support and...
https://lists.isocpp.org/std-discussion/2024/04/2526.php
ISOCPP Std Discussion List: Re: constexpr functions and variables
discussion listconstexpr functionsstdvariables
https://www.learncpp.com/cpp-tutorial/constexpr-functions-part-3-and-consteval/
F.3 — Constexpr functions (part 3) and consteval – Learn C++
constexpr functions
https://regression.boost.org/develop/output/teeks99-09-v14d-64onAMD64-boost-bin-v2-libs-core-test-empty_value_constexpr_test-test-msvc-14-0-dbg-x86_6-dbg-symbl-off-thrd-mlt.html
Test output: teeks99-09-v14d-64onAMD64 - core - empty_value_constexpr_test / msvc-14.0
https://isocpp.org/files/papers/P3391R2.html
constexpr std::format
constexprstdformat
https://www.sandordargo.com/tags/constexpr/
constexpr | Sandor Dargo's Blog
Sandor Dargo writes about about C++, software development, books and stoic philosophy applied to software craftsmanship
constexprsandordargoblog
https://stackoverflow.com/questions/79831573/constexpr-self-referencing-struct
c++ - constexpr self-referencing struct - Stack Overflow
cselfoverflow
https://hashnode.com/posts/writing-a-compile-time-csv-parser-in-c-part-1-constexpr-overview/602a7d55f1261277763aedd7
Discussion on "Writing a Compile-Time CSV Parser in C++, Part 1: Constexpr Overview" | Hashnode
Discussion on "Writing a Compile-Time CSV Parser in C++, Part 1: Constexpr Overview". Introduction In part 1 of the article I discuss the constexpr feature as...