]> https://gitweb.dealii.org/ - dealii.git/commit
Avoid 'using namespace' declarations. 13300/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 27 Jan 2022 19:22:45 +0000 (12:22 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 27 Jan 2022 21:13:22 +0000 (14:13 -0700)
commitfa1dd23ec3fc3cd7043f1784e671542c3df46d80
treeabc0ac13512bcfe320b95c5072e22c0a6cae67d3
parente7a01acd5c501bcb498f0f81f3770b9067ebb488
Avoid 'using namespace' declarations.

These declarations are dangerous and lead to difficult to find errors when
used in header files, but also in .cc files when used in scopes that one
can re-enter and when we use unity builds. Avoid where possible.
source/algorithms/timestep_control.cc
source/grid/manifold.cc
source/non_matching/quadrature_generator.cc
source/sundials/arkode.cc
source/sundials/ida.cc
source/sundials/kinsol.cc

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.