diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 12:21:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 12:21:04 +0000 |
commit | 2a590fd865aab90d760801d674640030f061adfa (patch) | |
tree | bc12d1677ebec6242d89b08acf8e8a243225c970 /dataspeed-dbw-common-delete-constexpr.patch | |
parent | c0c907bb4f4448dc7a79a521c3f20df25d0cda66 (diff) |
automatic import of ros-humble-dataspeed-dbw-commonopeneuler24.03_LTS
Diffstat (limited to 'dataspeed-dbw-common-delete-constexpr.patch')
-rw-r--r-- | dataspeed-dbw-common-delete-constexpr.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dataspeed-dbw-common-delete-constexpr.patch b/dataspeed-dbw-common-delete-constexpr.patch new file mode 100644 index 0000000..62417e0 --- /dev/null +++ b/dataspeed-dbw-common-delete-constexpr.patch @@ -0,0 +1,12 @@ +diff -Naur ros-humble-dataspeed-dbw-common-2.1.1_org/include/dataspeed_dbw_common/PlatformMap.hpp ros-humble-dataspeed-dbw-common-2.1.1/include/dataspeed_dbw_common/PlatformMap.hpp +--- ros-humble-dataspeed-dbw-common-2.1.1_org/include/dataspeed_dbw_common/PlatformMap.hpp 2023-01-26 02:43:25.000000000 +0800 ++++ ros-humble-dataspeed-dbw-common-2.1.1/include/dataspeed_dbw_common/PlatformMap.hpp 2023-10-21 20:46:09.000000000 +0800 +@@ -53,7 +53,7 @@ + constexpr PlatformMap(const PlatformVersion& x) { + put(x); + } +- constexpr PlatformMap(const std::vector<PlatformVersion>& vec) { ++ PlatformMap(const std::vector<PlatformVersion>& vec) { + put(vec); + }; + constexpr void put(const Platform& p, const Module& m, const ModuleVersion& v) { |