aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-23 09:55:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-23 09:55:28 +0200
commit5badf4672d3c647465e1764006440beb5c5109d8 (patch)
tree1b8b70100b94c07a0b7208d0ac0dc93361bac10d /libbuild2/target.hxx
parent421d0a4d1a7786e90407072b378cc060d325907d (diff)
MSVC fix
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index f140122..f1c9d5f 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -775,7 +775,7 @@ namespace build2
: ctx (c),
dir (move (d)), out (move (o)), name (move (n)),
vars (c, false /* global */),
- state {opstate (c), opstate (c)} {}
+ state (c) {}
target (target&&) = delete;
target& operator= (target&&) = delete;