Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / geometry / srs / projections / impl / proj_mdist.hpp
index 65fc41a..9e8f0cf 100644 (file)
@@ -54,10 +54,10 @@ namespace detail
     {
         static const int static_size = 20;
 
-        int nb;
         T es;
         T E;
         T b[static_size];
+        int nb;
     };
 
     template <typename T>