From 0fccb00d6ba7d85f2bc11df5d1948b6c521cb8f6 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 23 Nov 2016 09:16:10 -0800 Subject: boost: Replaced units::demangle with core::demangle where appropriate Boost moved this around in version 1.58. --- host/include/uhd/device3.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/device3.hpp b/host/include/uhd/device3.hpp index 8dca2bc47..c4d0d94fe 100644 --- a/host/include/uhd/device3.hpp +++ b/host/include/uhd/device3.hpp @@ -1,6 +1,7 @@ // // Copyright 2014-2016 Ettus Research LLC // Copyright 2018 Ettus Research, a National Instruments Company +// Copyright 2019 Ettus Research, a National Instruments Brand // // SPDX-License-Identifier: GPL-3.0-or-later // @@ -11,8 +12,8 @@ #include #include #include +#include #include -#include #include namespace uhd { @@ -97,8 +98,7 @@ public: } else { throw uhd::lookup_error(str( boost::format("This device does not have a block of type %s with ID: %s") - % boost::units::detail::demangle(typeid(T).name()) - % block_id.to_string())); + % boost::core::demangle(typeid(T).name()) % block_id.to_string())); } } -- cgit v1.2.3