This commit is contained in:
Peter Dimov
2020-05-22 17:16:43 +03:00
parent 9ee301b103
commit e2b622d3da

View File

@@ -230,7 +230,7 @@ If `T` is a class type, the function:
* Is expected to be implemented by the user, as a non-member function in the same * Is expected to be implemented by the user, as a non-member function in the same
namespace as `T` that can be found by argument dependent lookup (ADL); namespace as `T` that can be found by argument dependent lookup (ADL);
* Should returns the value of `x` with the order of bytes reversed for all data members * Should return the value of `x` with the order of bytes reversed for all data members
of types or arrays of types that meet the `EndianReversible` requirements. of types or arrays of types that meet the `EndianReversible` requirements.
|=== |===