Update revision history

This commit is contained in:
Peter Dimov 2021-09-05 18:46:17 +03:00
parent d57e7e1618
commit a666ac4fb6

View File

@ -12,3 +12,4 @@ https://www.boost.org/LICENSE_1_0.txt
* Added special cases in `operator<<` and `operator>>` when
the first argument is a stream, to allow `std::cout << _1`.
* Added `operator\->*`.