aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-01-11 12:40:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-01-11 12:40:22 +0200
commit021723f1346dc54ee37967fb6a8e7219b125cc42 (patch)
tree69729ea066a4825c9b55b6e40d74abbd0fae5eff /libbuild2/target.hxx
parent19e7fce9b415f57d2477bed47b5ebc9eb8fc1d4d (diff)
Work around VC14 bug
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx9
1 files changed, 0 insertions, 9 deletions
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<uint8_t> (l) < static_cast<uint8_t> (r);
- }
-
- inline bool
- operator>= (target_decl l, target_decl r) { return !(l < r); }
-
class LIBBUILD2_SYMEXPORT target
{
public: