From Jason Turner

[diff.cpp17.expr]

Diff to HTML by rtfpessoa

tmp/tmpnz1wfb63/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ### [[expr]]: expressions <a id="diff.cpp17.expr">[[diff.cpp17.expr]]</a>
2
+
3
+ **Change:** Implicit lambda capture may capture additional entities.
4
+ **Rationale:** Rule simplification, necessary to resolve interactions
5
+ with constexpr if. **Effect on original feature:** Lambdas with a
6
+ *capture-default* may capture local entities that were not captured in
7
+ C++17 if those entities are only referenced in contexts that do not
8
+ result in an odr-use.
9
+