You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4759 I inadvertently managed to sneak in dependency on <ranges> . Given that at this time we want this project to compile on relatively old compilers (gcc 11, clang 13) which may not have this header, this dependency is potentially breaking. Also, the code in question (below) can trivially switch to something else.
Remove dependency on `<ranges>` header, since it is not implemented by
all compilers which we want to support.
This code change only affects unit tests.
Resolve#4787
sophiax851
pushed a commit
to sophiax851/rippled
that referenced
this issue
Jun 12, 2024
Remove dependency on `<ranges>` header, since it is not implemented by
all compilers which we want to support.
This code change only affects unit tests.
ResolveXRPLF#4787
In #4759 I inadvertently managed to sneak in dependency on
<ranges>
. Given that at this time we want this project to compile on relatively old compilers (gcc 11, clang 13) which may not have this header, this dependency is potentially breaking. Also, the code in question (below) can trivially switch to something else.Problematic code excerpt
The text was updated successfully, but these errors were encountered: