mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 20:54:39 +03:00
@@ -9,7 +9,8 @@
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <utility>
|
||||
#include <memory> // std::make_unique
|
||||
#include <utility> // std::move
|
||||
|
||||
void lambda_value_capture() {
|
||||
int value = 1;
|
||||
|
||||
Reference in New Issue
Block a user