]> https://gitweb.dealii.org/ - dealii.git/commitdiff
include statements for standard headers improved 9877/head
authorReza Rastak <rastak@stanford.edu>
Sat, 11 Apr 2020 07:26:46 +0000 (00:26 -0700)
committerReza Rastak <rastak@stanford.edu>
Sat, 11 Apr 2020 07:26:46 +0000 (00:26 -0700)
include/deal.II/base/numbers.h
include/deal.II/base/types.h

index f86bf25fbb150e22e2116f320356acac88e7cc5c..31b8c3d6c594e8f0e947c63e45cd027189e7ce7b 100644 (file)
@@ -27,7 +27,8 @@
 
 #include <cmath>
 #include <complex>
-#include <cstdlib>
+#include <cstddef>
+#include <type_traits>
 
 #ifdef DEAL_II_COMPILER_CUDA_AWARE
 #  define DEAL_II_CUDA_HOST_DEV __host__ __device__
index 8bbd8238ec1a764f170b984d2cff6cf2df27263b..586d09194bfc61a01ab35027b857ba21b41b9be9 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <deal.II/base/config.h>
 
-#include <cstddef>
 #include <cstdint>
 
 

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.