We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2b4aa commit 3de01e9Copy full SHA for 3de01e9
clang/include/clang/AST/StmtCXX.h
@@ -737,6 +737,7 @@ class CXXDependentExpansionStmt : public CXXExpansionStmt {
737
/// The expression used to compute the size of the expansion is not stored and
738
/// is only created at the moment of expansion.
739
///
740
+/// Example:
741
/// \verbatim
742
/// static constexpr std::string_view foo = "1234";
743
/// template for (auto x : foo) {
0 commit comments