Skip to content
  • Stephen Morris's avatar
    [2414] Remove "using namespace boost" · e97b6bb7
    Stephen Morris authored
    For some reason, on Solaris this causes types "uintXX_t" to become
    undefined.  The "using" statement was removed and an explicit
    namespace prepended to declarations of shared_ptr and dynamic_pointer_cast.
    e97b6bb7