From 56f44b425ecf4c0b5fe4cf073b475e18819d2703 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 11 Mar 2018 16:52:38 +0100 Subject: Do not use C++11 to_string --- host/lib/usrp/b200/b200_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index e4ea372b3..7f184f203 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -720,7 +720,7 @@ b200_impl::b200_impl(const uhd::device_addr_t& device_addr, usb_device_handle::s if (_gps and _gps->gps_detected()) { const int freq = _gps->gps_refclock_frequency(); if (not _adf4001_iface->set_refclk_frequency(freq)) { - throw uhd::value_error("Could not set refclk frequency to " + std::to_string(freq)); + throw uhd::value_error("Could not set refclk frequency"); } } -- cgit v1.2.3