What is the difference between these two usage of using keyword:
using
using boost::shared_ptr;
and
using namespace boo
using namespace boost
boost
using boost::shared_ptr
shared_ptr