Skip to content

Commit

Permalink
orm fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 7, 2024
1 parent 47de50b commit 29f158f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/orm/tiny/types/syncchanges.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ namespace Types
{}, castKey, castKey);

// Remove duplicates
// BUG clang doesn't compile with std::ranges::unique, I don't unserstand why silverqx
// BUG clang doesn't compile with std::ranges::unique, I don't understand why silverqx
#if (defined(__GNUG__) && !defined(__clang__)) || (defined(_MSC_VER) && _MSC_VER >= 1929)
auto [first, last] = std::ranges::unique(merged, {}, castKey);
merged.erase(first, last);
Expand Down

0 comments on commit 29f158f

Please sign in to comment.