Shows how to use xtd::block_scope class.
#include <xtd/xtd>
auto main() -> int {
console::write_line(string::join(", ", values));
}
#define block_scope_(...)
The specified expression is cleared automatically when the scope is ended.
Definition block_scope.hpp:25