]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix location of a semicolon so that it doesn't trip up the compiler.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Jun 2013 18:15:12 +0000 (18:15 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Jun 2013 18:15:12 +0000 (18:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@29742 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/checks/check_03_compiler_bugs.cmake

index b33e40b11c34dd4ccb88982cdefb93e7d0b5710a..39786799794ffc310ee1c41eb019bd6ca59ec34e 100644 (file)
@@ -256,7 +256,7 @@ CHECK_CXX_SOURCE_COMPILES(
     explicit X(T) {}
   };
   void f(X) {}
-  int main() { f(1) };
+  int main() { f(1); }
   "
   DEAL_II_EXPLICIT_CONSTRUCTOR_BUG
   )

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.