Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594134 | Differences between
and this patch

Collapse All | Expand All

(-)libibvpp-0.1/ibvpp.h.old (-2 / +2 lines)
Lines 37-49 Link Here
37
37
38
#include <infiniband/verbs.h>
38
#include <infiniband/verbs.h>
39
39
40
#include <tr1/memory>
40
#include <memory>
41
#include <stdexcept>
41
#include <stdexcept>
42
#include <string>
42
#include <string>
43
#include <map>
43
#include <map>
44
#include <string.h>
44
#include <string.h>
45
45
46
#define IBVPP_SPNS std::tr1
46
#define IBVPP_SPNS std
47
47
48
namespace ibv {
48
namespace ibv {
49
49
(-)libibvpp-0.1/examples/rc_pingpong.cxx.old (-1 / +1 lines)
Lines 63-69 Link Here
63
#include <time.h>
63
#include <time.h>
64
64
65
using namespace std;
65
using namespace std;
66
using tr1::shared_ptr;
66
using std::shared_ptr;
67
67
68
enum {
68
enum {
69
	PINGPONG_RECV_WRID = 1,
69
	PINGPONG_RECV_WRID = 1,

Return to bug 594134