1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix C++20 compilation

This commit is contained in:
attila 2025-03-13 15:43:22 +01:00
parent 04ed3559a6
commit 432a7e1c9a
2 changed files with 2 additions and 2 deletions

View file

@ -1320,7 +1320,7 @@ void SimpleShapedText::shape (const String& data,
glyphSpansInLine.end(),
std::make_pair (std::numeric_limits<int64>::max(),
std::numeric_limits<int64>::min()),
[&] (auto& sum, auto& elem) -> std::pair<int64, int64>
[&] (auto sum, auto& elem) -> std::pair<int64, int64>
{
const auto r = elem.textRange + lineRange.getStart();