]> https://gitweb.dealii.org/ - dealii.git/commit
Fix a really frightening number of places where we need to indicate access to members...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 7 May 2002 06:53:21 +0000 (06:53 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 7 May 2002 06:53:21 +0000 (06:53 +0000)
commitea0180509207dbb0b5af82324ecd6b2b18ccfe22
tree19446ac6f5cef0910bddb5466c7f970e3aea8332
parent8f14ac7c9f5486e9d63c4a72881d99c933cfacc1
Fix a really frightening number of places where we need to indicate access to members of base classes by this-> since the base class is template dependent and lookup would not find its members in derived classes unless marked with this->. While most compilers accept it nevertheless, the C++ standard requires us to do this.

git-svn-id: https://svn.dealii.org/trunk@5832 0785d39b-7218-0410-832d-ea1e28bc413d
12 files changed:
deal.II/base/include/base/point.h
deal.II/base/source/auto_derivative_function.cc
deal.II/base/source/function.cc
deal.II/base/source/function_lib_cutoff.cc
deal.II/base/source/quadrature.cc
deal.II/base/source/quadrature_lib.cc
deal.II/deal.II/include/dofs/dof_accessor.templates.h
deal.II/deal.II/include/grid/tria_accessor.templates.h
deal.II/lac/include/lac/full_matrix.templates.h
deal.II/lac/include/lac/precondition_block.templates.h
deal.II/lac/include/lac/sparse_ilu.templates.h
deal.II/lac/include/lac/swappable_vector.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.