From 2069028b06181dab3c51b2dceb170594153c1204 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 7 Apr 2017 17:45:17 -0700 Subject: Remove triplet operator<< overload --- toolsrc/include/triplet.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolsrc/include') 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 -- cgit v1.2.3