diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-07 17:45:17 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-07 17:45:17 -0700 |
| commit | 2069028b06181dab3c51b2dceb170594153c1204 (patch) | |
| tree | 5235da3a95a49ac43082a42708e436da7a8f87ea /toolsrc/include | |
| parent | 13482879f82b15294ebdeb04b3084584a3b468a1 (diff) | |
| download | vcpkg-2069028b06181dab3c51b2dceb170594153c1204.tar.gz vcpkg-2069028b06181dab3c51b2dceb170594153c1204.zip | |
Remove triplet operator<< overload
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/triplet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/include/triplet.h b/toolsrc/include/triplet.h index d0570e789..ea6808e05 100644 --- a/toolsrc/include/triplet.h +++ b/toolsrc/include/triplet.h @@ -26,8 +26,6 @@ namespace vcpkg bool operator==(const Triplet& left, const Triplet& right); bool operator!=(const Triplet& left, const Triplet& right); - - std::ostream& operator<<(std::ostream& os, const Triplet& spec); } namespace std |
