Re: [PATCH] rtems-utils: Change data type definition

2021-07-29 Thread Chris Johns
Why not use the namespace explicitly and avoid this shortening? Namespaces are there to help. With C++ I have a simple rule which is always use the namespace path where possible. There are a few cases, for example in a class, a function or local block where using an alias helps the formatting othe

[PATCH] rtems-utils: Change data type definition

2021-07-29 Thread Ryan Long
Change typedef for ostream_guard to using. --- linkers/rtems-exeinfo.cpp| 2 +- tester/covoar/CoverageMapBase.cc | 2 +- tester/covoar/ReportsHtml.cc | 2 +- tester/covoar/ReportsText.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linkers/rtems-exeinfo.cp