"git@git.imp.fu-berlin.de:agnumpde/dune-matrix-vector.git" did not exist on "f41712241f0cce318f3d2ee99f4b540f3d13c790"
-
graeser authored
It is unclear where and if it is needed and it's very dangerous for the following reason: Suppose the that you have some class class C { C(const NullOperator<A>& a): a_(a) {} const NullOperator<A>& a_; }; and make the not so unlikely error to call the constructor of C with a NullOperator<B>. Then the code will silently compile but the 'a_' is a reference to an invalid temporary after the constructor call. [[Imported from SVN: r8227]]
graeser authoredIt is unclear where and if it is needed and it's very dangerous for the following reason: Suppose the that you have some class class C { C(const NullOperator<A>& a): a_(a) {} const NullOperator<A>& a_; }; and make the not so unlikely error to call the constructor of C with a NullOperator<B>. Then the code will silently compile but the 'a_' is a reference to an invalid temporary after the constructor call. [[Imported from SVN: r8227]]
Code owners
Assign users and groups as approvers for specific file changes. Learn more.