From 041f44e809f39d0567f6f191284d555cd6d08de2 Mon Sep 17 00:00:00 2001 From: Marcus Müller <mmueller@gnuradio.org> Date: Tue, 19 Oct 2021 20:44:11 +0200 Subject: Replace boost::any with std::any MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a modernization possible through C++17 Fixes #4780 Signed-off-by: Marcus Müller <mmueller@gnuradio.org> --- gnuradio-runtime/python/pmt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-runtime/python') diff --git a/gnuradio-runtime/python/pmt/__init__.py b/gnuradio-runtime/python/pmt/__init__.py index 9b313330b0..d654ad542c 100644 --- a/gnuradio-runtime/python/pmt/__init__.py +++ b/gnuradio-runtime/python/pmt/__init__.py @@ -24,7 +24,7 @@ more flexible. The PMT library supports the following major types: bool, symbol (string), integer, real, complex, null, pair, list, -vector, dict, uniform_vector, any (boost::any cast) +vector, dict, uniform_vector, any (std::any cast) ''' -- cgit v1.2.3