Files
rippled/include
Mayukha Vadari dc0608825b fix: allow overlapping types in Expected (#5218)
For example, Expected<std::uint32_t, Json::Value>, will now build even though there is animplicit conversion from unsigned int to Json::Value.
2025-02-24 20:51:54 +00:00
..