|
|
|
|
|
by dataflow
1422 days ago
|
|
You can add [[clang::lifetimebound]] on the suffix parameter and you get <source>:21:35: warning: temporary whose address is used as value of local variable 'append34' will be destroyed at the end of the full-expression [-Wdangling]
auto append34 = make_appender({3, 4});
|
|