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

Remove duplicate type definition(NFC). #581

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

c8ef
Copy link
Contributor

@c8ef c8ef commented Jan 12, 2025

external/jsoncons~/include/jsoncons/text_source_adaptor.hpp:84:15: error: redefinition of 'value_type'
--
  | using value_type = typename Source::value_type;
  | ^
  | external/jsoncons~/include/jsoncons/text_source_adaptor.hpp:83:15: note: previous definition is here
  | using value_type = typename Source::value_type;
  | ^
  | 1 error generated.

@danielaparker
Copy link
Owner

Thanks for contributing!

@danielaparker danielaparker merged commit 962cc74 into danielaparker:master Jan 12, 2025
52 checks passed
@c8ef c8ef deleted the patch-1 branch January 12, 2025 13:59
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