]> https://gitweb.dealii.org/ - dealii.git/commit
In MT mode, we were getting a compiler error when compiling with
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 13 Dec 2002 17:38:17 +0000 (17:38 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 13 Dec 2002 17:38:17 +0000 (17:38 +0000)
commit57dbc35fb46931a88ad08049c83ada056f777896
treec723100c3754829ce11f35d0c2fe663d44e993ee
parent1bec5493c1e76e8688dc1a6c9a567bfd5befb8b5
In MT mode, we were getting a compiler error when compiling with
optimization:
=====base=============optimized==MT== parameter_handler.cc
/tmp/ccIx2gJ6.s: Assembler messages:
/tmp/ccIx2gJ6.s:3727: Error: symbol `.LEHB6345' is already defined
/tmp/ccIx2gJ6.s:3738: Error: symbol `.LEHE6345' is already defined
/tmp/ccIx2gJ6.s:3739: Error: symbol `.LEHB6357' is already defined
/tmp/ccIx2gJ6.s:3751: Error: symbol `.LEHE6357' is already defined

This is of course due to some compiler bug, but be that as it is, we
need to work around it. Do that by simply replacing std::list by
std::vector.

git-svn-id: https://svn.dealii.org/trunk@6814 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/base/source/parameter_handler.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.