diff options
Diffstat (limited to 'gnuradio-runtime/swig/gr_shared_ptr.i')
-rw-r--r-- | gnuradio-runtime/swig/gr_shared_ptr.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/swig/gr_shared_ptr.i b/gnuradio-runtime/swig/gr_shared_ptr.i index 323d33ad73..3e601038f5 100644 --- a/gnuradio-runtime/swig/gr_shared_ptr.i +++ b/gnuradio-runtime/swig/gr_shared_ptr.i @@ -7,12 +7,12 @@ // // -// This is highly hacked up version of boost::shared_ptr +// This is highly hacked up version of std::shared_ptr // We just need enough to get SWIG to "do the right thing" and // generate "Smart Pointer" code. // -namespace boost { +namespace std { template<class T> class shared_ptr { |