Просмотр исходного кода

test: static constexpr -> inline constexpr

skypjack 1 неделя назад
Родитель
Сommit
f464afe335

+ 1 - 1
test/include/entt/ext/stl/algorithm.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_algorithm = true;
+inline constexpr auto entt_ext_algorithm = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/array.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_array = true;
+inline constexpr auto entt_ext_array = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/atomic.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_atomic = true;
+inline constexpr auto entt_ext_atomic = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/bit.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_bit = true;
+inline constexpr auto entt_ext_bit = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/concepts.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_concepts = true;
+inline constexpr auto entt_ext_concepts = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/cstddef.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_cstddef = true;
+inline constexpr auto entt_ext_cstddef = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/cstdint.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_cstdint = true;
+inline constexpr auto entt_ext_cstdint = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/functional.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_functional = true;
+inline constexpr auto entt_ext_functional = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/iterator.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_iterator = true;
+inline constexpr auto entt_ext_iterator = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/memory.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_memory = true;
+inline constexpr auto entt_ext_memory = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/string.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_string = true;
+inline constexpr auto entt_ext_string = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/string_view.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_string_view = true;
+inline constexpr auto entt_ext_string_view = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/tuple.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_tuple = true;
+inline constexpr auto entt_ext_tuple = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/type_traits.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_type_traits = true;
+inline constexpr auto entt_ext_type_traits = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/utility.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_utility = true;
+inline constexpr auto entt_ext_utility = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 

+ 1 - 1
test/include/entt/ext/stl/vector.hpp

@@ -6,7 +6,7 @@
 
 
 namespace entt::stl {
 namespace entt::stl {
 using namespace std;
 using namespace std;
-static constexpr auto entt_ext_vector = true;
+inline constexpr auto entt_ext_vector = true;
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */