Skip to content
Snippets Groups Projects
Commit 853cce55 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

replace ‘typedef’ with ‘using’

parent 24455239
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ private: ...@@ -159,7 +159,7 @@ private:
set<const MacroValue *> values; set<const MacroValue *> values;
// The map defining an environment // The map defining an environment
typedef map<string, const MacroValue *> env_t; using env_t = map<string, const MacroValue *>;
//! Environment: maps macro variables to their values //! Environment: maps macro variables to their values
env_t env; env_t env;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment