Spaceship operator and std #1758
-
Hello, I'm now here, so I don't know how it works, I'm sorry if my questions are too obvious. I would like to know what is the plan related to the support of the spaceship oerator. Also, what is the plan with the other classes like std::string for example. Is anyone planning/doing support for these, or should I try to write the code and make a pull request personally? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Welcome! As you noticed with #1206, the spaceship operators were implemented gradually in a feature branch, |
Beta Was this translation helpful? Give feedback.
Welcome! As you noticed with #1206, the spaceship operators were implemented gradually in a feature branch,
feature/spaceship
. We recently finished that work (includingstring
, see #1635) and merged everything intomain
, see #1678. This will be available in VS 2019 16.10 Preview 2 - see https://github.com/microsoft/STL/wiki/Changelog where we list merged PRs and which VS releases they'll be available in.