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

[FEA]: Automate documentation for libcu++ Standard Library header support #374

Open
1 task done
jrhemstad opened this issue Aug 24, 2023 · 0 comments
Open
1 task done
Labels
feature request New feature or request.

Comments

@jrhemstad
Copy link
Collaborator

Is this a duplicate?

Area

libcu++

Is your feature request related to a problem? Please describe.

As a user of libcu++, I want to know what Standard Library headers and features are supported.

However, keeping a list manually updated of what headers/features we support is a recipe for stale documentation.

Describe the solution you'd like

I'd like an automated solution that can parse the headers in libcu++ and generate a table of what Standard Library headers we support (alongside any limitations or caveats).

One thing to consider is we could also parse our feature test macro definitions and build a table of which features we support based on that.

See:

Describe alternatives you've considered

No response

Additional context

No response

@jrhemstad jrhemstad added the feature request New feature or request. label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
Status: Todo
Development

No branches or pull requests

1 participant