Skip to content

elf/tests/helloxx: fix build break with elf cpp exceptions example#2286

Merged
jerpelea merged 1 commit intoapache:masterfrom
CookieDoughMixer:fix_build_break
Feb 15, 2024
Merged

elf/tests/helloxx: fix build break with elf cpp exceptions example#2286
jerpelea merged 1 commit intoapache:masterfrom
CookieDoughMixer:fix_build_break

Conversation

@CookieDoughMixer
Copy link
Copy Markdown
Contributor

Summary

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));
| ^~~~~

Impact

Testing

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>
@jerpelea jerpelea merged commit da9903f into apache:master Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants