Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noexcept functions #47

Open
Pesa opened this issue Sep 22, 2022 · 0 comments
Open

noexcept functions #47

Pesa opened this issue Sep 22, 2022 · 0 comments

Comments

@Pesa
Copy link

Pesa commented Sep 22, 2022

The parser seems to have trouble dealing with a trailing noexcept specifier on function declarations.

Skipping function ndn::Block::reset() noexcept. Error reported from parser was: Expected {{{'bool' ^ 'short' ^ 'int' ^ 'long' ^ 'signed' ^ 'unsigned' ^ 'char' ^ 'float' ^ 'double'}}... ^ Combine:({W:(0-:A-Z_a-z) [nested <> expression [W:(0-:A-Z_a-z)]]})}, found ')'  (at char 1), (line:1, col:2)

And here combined with const.

Skipping function ndn::Transport::isConnected() const noexcept. Error reported from parser was: Expected {{{'bool' ^ 'short' ^ 'int' ^ 'long' ^ 'signed' ^ 'unsigned' ^ 'char' ^ 'float' ^ 'double'}}... ^ Combine:({W:(0-:A-Z_a-z) [nested <> expression [W:(0-:A-Z_a-z)]]})}, found ')'  (at char 1), (line:1, col:2)
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

No branches or pull requests

1 participant