Skip to content

fix ifstream >> byte with c++17#293

Merged
ahornung merged 1 commit intoOctoMap:develfrom
gleichdick:devel
Apr 26, 2020
Merged

fix ifstream >> byte with c++17#293
ahornung merged 1 commit intoOctoMap:develfrom
gleichdick:devel

Conversation

@gleichdick
Copy link
Copy Markdown
Contributor

std::byte can't be read from a file (no overload of operator >>
available), fall back to typedef'fing it to unsigned char again.

Related: #240

std::byte can't be read from a file (no overload of operator >>
available), fall back to typedef'fing it to unsigned char again.

Related: #240
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