혼새미로의 블로그
#include using namespace std; void test() { int a = 1; int b = 2; auto func1 = [&]() { if (a == 1) { throw std::runtime_error("a = 1"); } cout