
Andrea Torsello <torsello@dsi.unive.it> wrote:
Can you please re-run the tests? Thank you.
Here you have. Best regards. B. MSVC71 =============================================== Constructors -- Copy non-const lvalue non-const lvalue copy contructor -- Copy const lvalue const copy constructor -- Copy non-const rvalue non-const rvalue move constructor non-const rvalue move constructor -- Copy const rvalue non-const rvalue move constructor const copy constructor Pass by const ref -- Pass non-const lvalue -- Pass const lvalue -- Pass non-const rvalue non-const rvalue move constructor -- Pass const rvalue non-const rvalue move constructor Pass by value -- Pass non-const lvalue non-const lvalue copy contructor -- Pass const lvalue explicit copy constructor -- Pass non-const rvalue non-const rvalue move constructor -- Pass const rvalue non-const rvalue move constructor Discriminate -- Pass non-const lvalue discriminate: non-const lvalue -- Pass const lvalue discriminate: const value -- Pass non-const rvalue -- Pass const rvalue non-const rvalue move constructor discriminate: const value Comeau 4.3.3 relaxed mode (backend=MSVC71) =============================================== Constructors -- Copy non-const lvalue non-const lvalue copy contructor -- Copy const lvalue explicit copy constructor -- Copy non-const rvalue -- Copy const rvalue Pass by const ref -- Pass non-const lvalue -- Pass const lvalue -- Pass non-const rvalue -- Pass const rvalue Pass by value -- Pass non-const lvalue non-const lvalue copy contructor -- Pass const lvalue const copy constructor -- Pass non-const rvalue -- Pass const rvalue const copy constructor Discriminate -- Pass non-const lvalue discriminate: non-const lvalue -- Pass const lvalue discriminate: const value -- Pass non-const rvalue -- Pass const rvalue discriminate: const value Comeau 4.3.3 strict mode =============================================== Constructors -- Copy non-const lvalue non-const lvalue copy contructor -- Copy const lvalue const copy constructor -- Copy non-const rvalue non-const rvalue move constructor non-const rvalue move constructor -- Copy const rvalue non-const rvalue move constructor const copy constructor Pass by const ref -- Pass non-const lvalue -- Pass const lvalue -- Pass non-const rvalue non-const rvalue move constructor -- Pass const rvalue non-const rvalue move constructor Pass by value -- Pass non-const lvalue non-const lvalue copy contructor -- Pass const lvalue const copy constructor -- Pass non-const rvalue non-const rvalue move constructor non-const rvalue move constructor -- Pass const rvalue non-const rvalue move constructor const copy constructor Discriminate -- Pass non-const lvalue discriminate: non-const lvalue -- Pass const lvalue discriminate: const value -- Pass non-const rvalue -- Pass const rvalue non-const rvalue move constructor discriminate: const value