mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 11:43:02 +08:00
[vcpkg] Clean up triplet.h
This commit is contained in:
parent
fded520642
commit
8dd90aa976
@ -49,12 +49,4 @@ namespace std
|
||||
}
|
||||
};
|
||||
|
||||
template <>
|
||||
struct equal_to<vcpkg::triplet>
|
||||
{
|
||||
bool operator()(const vcpkg::triplet& left, const vcpkg::triplet& right) const
|
||||
{
|
||||
return left == right;
|
||||
}
|
||||
};
|
||||
} // namespace std
|
||||
|
Loading…
Reference in New Issue
Block a user