Skip to content

Missing include and invalid rendering#114

Merged
jfalcou merged 2 commits intojfalcou:mainfrom
Nxirda:fix/doc
Jan 29, 2026
Merged

Missing include and invalid rendering#114
jfalcou merged 2 commits intojfalcou:mainfrom
Nxirda:fix/doc

Conversation

@Nxirda
Copy link
Contributor

@Nxirda Nxirda commented Jan 21, 2026

doc/index.hpp Outdated
};

void foo(bool x) { if(x) throw std::runtime_error{"THIS IS AN ERROR"}; }
void foo(bool x) { if(x) throw std::runtime_error{"THIS IS AN ERROR"}; };
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the extra ; ??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a typo and simply got copy-pasted everywhere. Fixed

@jfalcou jfalcou merged commit 9ae91eb into jfalcou:main Jan 29, 2026
23 checks passed
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.

2 participants