--- libibvpp-0.1/ibvpp.h.old 2016-09-18 17:38:36.494687234 -0400 +++ libibvpp-0.1/ibvpp.h 2016-09-18 17:40:25.488113852 -0400 @@ -37,13 +37,13 @@ #include -#include +#include #include #include #include #include -#define IBVPP_SPNS std::tr1 +#define IBVPP_SPNS std namespace ibv { --- libibvpp-0.1/examples/rc_pingpong.cxx.old 2016-09-18 17:41:18.432687221 -0400 +++ libibvpp-0.1/examples/rc_pingpong.cxx 2016-09-18 17:42:26.480961430 -0400 @@ -63,7 +63,7 @@ #include using namespace std; -using tr1::shared_ptr; +using std::shared_ptr; enum { PINGPONG_RECV_WRID = 1,