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

Make streaming operators for more std types. #41

Open
MakoEnergy opened this issue Sep 24, 2018 · 0 comments
Open

Make streaming operators for more std types. #41

MakoEnergy opened this issue Sep 24, 2018 · 0 comments
Milestone

Comments

@MakoEnergy
Copy link
Member

Not everything in the standard library can be streamed. Parts of the Unit Test framework expect any variable being tested (namely TestEqual) to be streamable.

Of note, and what prompted this issue, std::type_info and std::type_index do not have streaming operators in the standard library, but these should be straightforward to implement ourselves. Likely other types exist this should apply to as well.

@Sqeaky Sqeaky added this to the 1.0 milestone Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants