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

[locale.codecvt.general] codecvt_base names missing from index of library names #6080

Open
jwakely opened this issue Feb 10, 2023 · 1 comment

Comments

@jwakely
Copy link
Member

jwakely commented Feb 10, 2023

class codecvt_base {
public:
  enum result { ok, partial, error, noconv };
};

Every identifier above is missing from the index of library names.

@jwakely
Copy link
Member Author

jwakely commented Feb 10, 2023

And just below that, intern_type, extern_type and state_type in std::codecvt are also missing. Other instances of state_type are indexed, but not codecvt::state_type.

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