math_opt: Fix macos build (#4636)
This commit is contained in:
@@ -53,7 +53,7 @@ template <int i, int j>
|
||||
struct ElementSymmetry {
|
||||
static_assert(0 <= i && i < j);
|
||||
|
||||
static constexpr std::string GetName() {
|
||||
static std::string GetName() {
|
||||
return absl::StrFormat("ElementSymmetry<%i, %i>", i, j);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user