diff --git a/doc/html b/doc/html index 9a3971d784..b5ce98e388 160000 --- a/doc/html +++ b/doc/html @@ -1 +1 @@ -Subproject commit 9a3971d784e19a8ade4a080a1bfd4a1ad01329af +Subproject commit b5ce98e388c83f534d7065422e0ffe9a749b304b diff --git a/doc/src/content/changelog/_index.md b/doc/src/content/changelog/_index.md index 83627c7963..2fce40a996 100644 --- a/doc/src/content/changelog/_index.md +++ b/doc/src/content/changelog/_index.md @@ -25,6 +25,10 @@ and configurations within that CI matrix. Nevertheless, a few of the compiler parse bug workarounds will have improved compatibility there too for atyical toolchain choices. +- Experimental.Outcome now supports big endian architectures. Implementation for them simply wasn't done +before under the assumption that nobody would be using Experimental.Outcome on big endian architectures. +Turns out that was a wrong assumption! + --- ## v2.2.6 24th March 2023 (Boost 1.82) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.6) diff --git a/include/outcome/experimental/status-code b/include/outcome/experimental/status-code index 833a0a6d9d..1be0aa2c0b 160000 --- a/include/outcome/experimental/status-code +++ b/include/outcome/experimental/status-code @@ -1 +1 @@ -Subproject commit 833a0a6d9d8290fdf5d00705e7b0f0bf75b2c029 +Subproject commit 1be0aa2c0b08349fc968454846fd4ce547a2f931