nuttx-apps/examples/elf/tests
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
..
errno style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
hello style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
helloxx elf/tests/helloxx: fix build break with elf cpp exceptions example 2024-02-15 08:31:51 +01:00
longjmp style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
mutex Fix the minor style issue 2022-10-16 19:07:16 +02:00
pthread style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
signal style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
struct style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
task style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 15:56:35 +01:00
Makefile romfsimg: add attribute to set minimum 4 bytes aignment for romfs image data 2022-01-28 00:02:45 +08:00
mkdirlist.sh Update make dependency for elf/module/nxflat/posix_spawn/sotest/thttpd 2020-05-15 13:36:05 +08:00