]> https://gitweb.dealii.org/ - dealii.git/commit
Use a clearer initialization syntax. 4622/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 17 Jul 2017 23:11:20 +0000 (17:11 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 17 Jul 2017 23:11:20 +0000 (17:11 -0600)
commit036f4ed9e95f1aa90c3e5ad57aba6bb5308444e1
tree9708d7a9a457ee926267f6016221ae9577f26443
parente3797be6d442f0aa2d171b4bd7dc24107f3fc156
Use a clearer initialization syntax.

Specifically, we used the syntax
  Type object = initializer;
in contexts where the initializer is of a different type and the
compiler automatically converted this into
  Type object(initializer);
where the constructor called was just a regular constructor
that did something with the initializer, but specifically did not
copy the object. This is confusing. Use the latter syntax instead.
include/deal.II/lac/relaxation_block.templates.h

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.