Version 1 (modified by 2 months ago) ( diff ) | ,
---|
Our Friend Otto auto
Simplify declarations; examples...
auto err_val = PyList_New(2);
for (auto node: ast.nodes) {
auto distance = (ast.choice == 0 ? eval_real_number : eval_integer)(*ast.nodes[1]);
Initializer Lists
For initializing containers:
static std::vector<std::string> symbols = { "&", "|" };
Note:
See TracWiki
for help on using the wiki.