From 1b690d7ab41345973592800612720020bb262859 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 21 Apr 2017 13:41:20 -0700 Subject: log: Changed using to typedef to hopefully placate older compilers --- host/include/uhd/utils/log.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/utils/log.hpp b/host/include/uhd/utils/log.hpp index 68c279036..a7814342c 100644 --- a/host/include/uhd/utils/log.hpp +++ b/host/include/uhd/utils/log.hpp @@ -157,8 +157,7 @@ namespace uhd { * Every logging_backend has to define a function with this signature. * Can be added to the logging core. */ - using log_fn_t = std::function; - + typedef std::function log_fn_t ; /*! Set the global log level * -- cgit v1.2.3