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

add explicit overloads #191

Merged
merged 1 commit into from
Jun 29, 2023
Merged

add explicit overloads #191

merged 1 commit into from
Jun 29, 2023

Conversation

larryk85
Copy link
Contributor

@larryk85 larryk85 commented Jun 7, 2023

Change Description

Add additional explicit stream operator overloads for basic_string<uint8_t> as there is a bug that fails to match against basic_string<T>.

Resolves #190

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@larryk85 larryk85 linked an issue Jun 7, 2023 that may be closed by this pull request
* @param ds - The stream to write
* @param s - The value to serialize
* @tparam Stream - Type of datastream buffer
* @tparam T - Type of the object contained in the basic_string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a T - copy paste error?

Suggested change
* @tparam T - Type of the object contained in the basic_string

* @param ds - The stream to read
* @param s - The destination for deserialized value
* @tparam Stream - Type of datastream buffer
* @tparam T - Type of the object contained in the basic_string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a T - copy paste error?

Suggested change
* @tparam T - Type of the object contained in the basic_string

Copy link
Contributor

@ScottBailey ScottBailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs are slightly out of sync with code.

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.

basic_string<T> fails to match for eos-evm
4 participants