From 7a6c15e8ff135fc6b22b09038454d007da9642f4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 11 Aug 2018 22:25:39 +0300 Subject: Make get-related functions to take minimum supported version as an argument --- bdep/types.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bdep/types.hxx') diff --git a/bdep/types.hxx b/bdep/types.hxx index a9adee6..0c13639 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -28,6 +28,7 @@ #include #include #include +#include namespace bdep { @@ -109,6 +110,10 @@ namespace bdep using butl::ofdstream; using butl::fdopen_mode; using butl::fdstream_mode; + + // + // + using butl::standard_version; } // In order to be found (via ADL) these have to be either in std:: or in -- cgit v1.1