Base: modernize C++: replace 'typedef' with 'using'

This commit is contained in:
wmayer
2022-08-29 11:42:09 +02:00
parent c0d69f7d8e
commit 4e42ff7baa
27 changed files with 67 additions and 67 deletions

View File

@@ -90,7 +90,7 @@ public:
int finalization();
-
typedef @self.export.TwinPointer@* PointerType ;
using PointerType = @self.export.TwinPointer@*;
virtual PyObject *_repr(); // the representation
std::string representation() const;