Skip to content
Snippets Groups Projects
Verified Commit 29daae72 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Dynare++: minor modernization

parent 580939d7
Branches
Tags
No related merge requests found
......@@ -84,7 +84,7 @@ public:
https://stackoverflow.com/questions/3052579/explicit-specialization-in-non-namespace-scope
*/
template<typename T>
struct dummy { typedef T type; };
struct dummy { using type = T; };
template<class T>
const T &getNext()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment