|
Boost : |
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-04-16 00:29:22
Andrea Torsello <torsello_at_[hidden]> 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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk