From 07a14f33efcd4ea011783475a3c4674bd4a243f0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Jan 2025 17:19:06 +0200 Subject: [PATCH] Update revision history --- doc/array/changes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/array/changes.adoc b/doc/array/changes.adoc index fe68750..8992e33 100644 --- a/doc/array/changes.adoc +++ b/doc/array/changes.adoc @@ -20,3 +20,4 @@ http://www.boost.org/LICENSE_1_0.txt This matches the behavior of `std::array`. * Removed local `hash_value` overload; `boost::hash` supports array-like types natively. * `array` can now be initialized with `= {{}}`. +* Added `operator\<\=>`.