]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Fix a compilation issue with LLVMs libc++
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Aug 2013 23:00:19 +0000 (23:00 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Aug 2013 23:00:19 +0000 (23:00 +0000)
commite29686aee8a8051be4c5151c56e5e5d23d34f9e7
tree337be79f2488386f7baaf92a9d9333f28d5a1706
parentf891863b5d6430aabaa0c170a6437b91b6ee1c97
Fix a compilation issue with LLVMs libc++

Due to more restrictive include policy template<class T1, class T2> struct pair
is not already defined in std at this point. Unfortunately, a forward
declaration is invalid because it doesn't allow for instantiations:

  "error: implicit instantiation of undefined template"

Furthermore, ISO/IEC C++ 2011 Standard, section 17.6.4.2.1 prohibits such
manipulation of the namespace std.

git-svn-id: https://svn.dealii.org/trunk@30210 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/include/deal.II/grid/tria_accessor.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.