Gael Guennebaud
|
b56348046f
|
Ref<> objects must be nested by reference because they potentially store a temporary object
(transplanted from 6719e56b5bfe9ae4badc9a6e894c5824f663d62e
)
|
2013-08-11 17:52:43 +02:00 |
|
Hauke Heibel
|
5e8384df2e
|
MSVC fix; the base class typedef shadowed the local template parameter.
|
2013-02-28 08:47:38 +01:00 |
|
Gael Guennebaud
|
bb94f0ebc6
|
Add a unit test for Ref.h and fix an extra copy.
|
2013-02-26 15:10:00 +01:00 |
|
Gael Guennebaud
|
3c1ccca285
|
Add missing operator= in RefBase
|
2013-02-07 17:49:16 +01:00 |
|
Gael Guennebaud
|
7740127e3d
|
Make Ref<> suitable for both Matrix and Array kinds. Note that Matrix kind objects can be implicitely converted to an Array kind Ref<> and vice versa
|
2012-09-22 11:11:26 +02:00 |
|
Jitse Niesen
|
d3998de472
|
Silence clang warning about && inside ||
|
2012-07-14 15:50:56 +01:00 |
|
Benoit Jacob
|
69124cfca2
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Gael Guennebaud
|
23df2eed46
|
bug #481 step 1: add a new Ref<> class for non templated function arguments
|
2012-07-05 17:00:28 +02:00 |
|