nuttx-apps/examples/elf/tests/helloxx
Abhishek Akkabathula da9903fe57 elf/tests/helloxx: fix build break with elf cpp exceptions example
fix the below build error by correcting the typo (tring -> string)

hello++5.cxx: In member function 'virtual void CThingSayer::ThrowMyThing(const char*)':
hello++5.cxx:157:21: error: 'tring' was not declared in this scope
  157 |   throw MyException(tring(czSayThis));
      |                     ^~~~~

Signed-off-by: Abhishek Akkabathula <a.akkabathul@samsung.com>
2024-02-15 08:31:51 +01:00
..
.gitignore
hello++1.cxx
hello++2.cxx
hello++3.cxx
hello++4.cxx
hello++5.cxx elf/tests/helloxx: fix build break with elf cpp exceptions example 2024-02-15 08:31:51 +01:00
Makefile