]> https://gitweb.dealii.org/ - dealii.git/commit
Fix a compilation issue with LLVMs libc++
authorMatthias Maier <tamiko@kyomu.43-1.org>
Thu, 1 Aug 2013 23:00:19 +0000 (23:00 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Thu, 1 Aug 2013 23:00:19 +0000 (23:00 +0000)
commit937bfe0bac09c56193255256a5f40451f6f71447
treed0733d3ec63894e48a7673d9c8acfcb08941e59e
parent9f329c2dafc13f4aafb37bb19aee738e64c8a84c
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.