From: Timo Heister Date: Sat, 4 Apr 2020 15:20:01 +0000 (-0400) Subject: more boost warning guards X-Git-Tag: v9.2.0-rc1~299^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9633681ca7d76fcfc92b6ae58494adb66df294c0;p=dealii.git more boost warning guards --- diff --git a/include/deal.II/boost_adaptors/bounding_box.h b/include/deal.II/boost_adaptors/bounding_box.h index 68b29cf93f..8ac2fc980e 100644 --- a/include/deal.II/boost_adaptors/bounding_box.h +++ b/include/deal.II/boost_adaptors/bounding_box.h @@ -20,7 +20,9 @@ #include +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS #include +DEAL_II_ENABLE_EXTRA_DIAGNOSTICS namespace boost diff --git a/include/deal.II/boost_adaptors/segment.h b/include/deal.II/boost_adaptors/segment.h index 97ad3201f7..fc4733ca68 100644 --- a/include/deal.II/boost_adaptors/segment.h +++ b/include/deal.II/boost_adaptors/segment.h @@ -22,7 +22,9 @@ #include +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS #include +DEAL_II_ENABLE_EXTRA_DIAGNOSTICS DEAL_II_NAMESPACE_OPEN diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 4369210a60..cfcf54b21f 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -41,6 +41,7 @@ # include +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS # include # include # include @@ -54,7 +55,7 @@ # include # include # endif - +DEAL_II_ENABLE_EXTRA_DIAGNOSTICS # include # include