aboutsummaryrefslogtreecommitdiff
path: root/bdep/diagnostics.hxx
diff options
context:
space:
mode:
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: