-
- Downloads
Modernization: stop using make_pair() and make_tuple()
In many cases, they can be replaced by the curly braces syntax. Otherwise, we can now use the pair() and tuple() constructors, without the need to specify template parameters, thanks to class template argument deduction (new in C++17).
Showing
- src/ComputingTasks.cc 1 addition, 1 deletionsrc/ComputingTasks.cc
- src/DynamicModel.cc 2 additions, 2 deletionssrc/DynamicModel.cc
- src/DynamicModel.hh 1 addition, 1 deletionsrc/DynamicModel.hh
- src/DynareBison.yy 21 additions, 21 deletionssrc/DynareBison.yy
- src/ExprNode.cc 2 additions, 2 deletionssrc/ExprNode.cc
- src/ModelTree.hh 1 addition, 1 deletionsrc/ModelTree.hh
Loading
Please register or sign in to comment