Boost logo

Ublas :

Subject: Re: [ublas] [patch] Move Semantics for uBlas
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2009-09-16 18:50:06


What result should I expect? If I compile on gcc-4.4.1 with -O3 -std=c++0x
it looks like move semantics are not enabled:
 ./test_move
vector<double>
--------------------------------------------------------------------
Temporary pointer: 0x2561050
Pointer (must be equal to temp. pointer if move semantics are enabled) :
0x2561010
[2](4,4)
[rest of tests similar]