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

Investigate support for C++20 standard #10

Open
vvish opened this issue Sep 21, 2023 · 0 comments
Open

Investigate support for C++20 standard #10

vvish opened this issue Sep 21, 2023 · 0 comments
Labels
task Issue is a task

Comments

@vvish
Copy link
Owner

vvish commented Sep 21, 2023

For demonstration purposes the library was intentionally designed to use relevant C++23 features.

In fact, considering level of support by compilers, only the following standard facilities were used:

  • error reporting by default is done using std::expected;
  • std::to_underlying is used.

Regarding std::expected: configurable error reporting (#9) can be leveraged to support client-specified error reporting facilities.
Utility std::to_underlying has trivial implementation.

Research is needed to define scope and breakdown of the issue

@vvish vvish added the task Issue is a task label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Issue is a task
Projects
None yet
Development

No branches or pull requests

1 participant