Skip to content

std::istrstream is deprecated #1637

@KrisThielemans

Description

@KrisThielemans

It is used in KeyParser experimental/utilities/mode.cxx

https://en.cppreference.com/w/cpp/io/istrstream.html

istrstream has been deprecated since C++98 and removed since C++26. std::istringstream, std::ispanstream(since C++23), and boost::iostreams::array_source are the recommended replacements.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions