aboutsummaryrefslogtreecommitdiff
path: root/bdep/diagnostics.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-08 16:50:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-08 16:50:59 +0200
commitf9ebe2d1e920df001be2dd543a63677f8728f53d (patch)
treefb2e4a29a10bc9da85a42b827fbdff6a4f5ada3f /bdep/diagnostics.hxx
parent1c36adab776a900adc7325f412b1c8dd61b1a346 (diff)
Handle command line project/packages discovery
Diffstat (limited to 'bdep/diagnostics.hxx')
-rw-r--r--bdep/diagnostics.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/bdep/diagnostics.hxx b/bdep/diagnostics.hxx
index 8c3b3d2..366b6c0 100644
--- a/bdep/diagnostics.hxx
+++ b/bdep/diagnostics.hxx
@@ -7,8 +7,7 @@
#include <libbutl/diagnostics.mxx>
-#include <bdep/types.hxx>
-#include <bdep/utility.hxx>
+#include <bdep/types.hxx> // Note: not <bdep/utility.hxx>
namespace bdep
{
@@ -157,7 +156,9 @@ namespace bdep
epilogue_,
type_,
name_,
- location (forward<F> (f), forward<L> (l), forward<C> (c)));
+ location (std::forward<F> (f),
+ std::forward<L> (l),
+ std::forward<C> (c)));
}
protected: