Misc: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Base {
|
||||
Scientific = 2
|
||||
};
|
||||
|
||||
typedef int NumberOptions;
|
||||
using NumberOptions = int;
|
||||
NumberOptions option;
|
||||
NumberFormat format;
|
||||
int precision;
|
||||
|
||||
Reference in New Issue
Block a user