lib: Stop reexporting TryFrom and TryInto.

They are available in std::convert nowadays, and should be imported from
there.
This commit is contained in:
Emmanuel Gil Peyrot 2019-07-17 22:26:41 +02:00
commit 0aa5f5f60f
2 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,9 @@ Version NEXT:
DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* New parsers/serialisers:
- Message Carbons (XEP-0280)
* Breaking changes:
- Stop reexporting TryFrom and TryInto, they are available in
std::convert nowadays.
* Improvements:
- New DOAP file for a machine-readable description of the features.