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 Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 18:40:23 +02:00
hello++3.cxx Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 18:40:23 +02:00
hello++4.cxx Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 18:40:23 +02:00
hello++5.cxx elf/tests/helloxx: fix build break with elf cpp exceptions example 2024-02-15 08:31:51 +01:00
Makefile Update examples/elf/tests/helloxx/Makefile 2022-06-11 17:04:20 +08:00