Prefer 'using' to 'typedef' in examples
Compare changes
Files
121@@ -42,10 +42,10 @@ public:
typedef
with using
in all C++ examples'using' is generally prefered in modern C++. It's important here because examples are part of the documentation (cookbook). It could be done for the rest of the code, but it's much less important.
Part of #1865
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit