This commit is contained in:
Laurent Perron
2025-06-02 14:14:32 +02:00
parent 67529ab469
commit 8d2d46fde8

View File

@@ -237,8 +237,8 @@ bool LPParser::ParseConstraint(StringPiece constraint) {
namespace {
template<class>
constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1
template <class>
constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1
template <typename T>
bool SimpleAtoFractional(absl::string_view str, T* value) {