From 021723f1346dc54ee37967fb6a8e7219b125cc42 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Jan 2022 12:40:22 +0200 Subject: Work around VC14 bug --- libbuild2/target.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libbuild2/target.hxx') diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index d584023..4ce871b 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -137,15 +137,6 @@ namespace build2 real // Real dependency declaration. }; - inline bool - operator< (target_decl l, target_decl r) - { - return static_cast (l) < static_cast (r); - } - - inline bool - operator>= (target_decl l, target_decl r) { return !(l < r); } - class LIBBUILD2_SYMEXPORT target { public: -- cgit v1.1