acxz / gazebo-arch

A collection of Arch Linux PKGBUILDS for the Gazebo Simulator
19 stars 11 forks source link

[ignition-rendering] BoundingBox.cc: exchange is not a member of std #31

Closed cptnapalm closed 2 years ago

cptnapalm commented 2 years ago
/build/ignition-rendering/src/gz-rendering-ignition-rendering6_6.4.0/src/BoundingBox.cc: In constructor ‘ignition::rendering::v6::BoundingBox::BoundingBox(ignition::rendering::v6::BoundingBox&&)’:
/build/ignition-rendering/src/gz-rendering-ignition-rendering6_6.4.0/src/BoundingBox.cc:48:18: error: ‘exchange’ is not a member of ‘std’
   48 |   : dataPtr(std::exchange(_texture.dataPtr, nullptr))
      |                  ^~~~~~~~
acxz commented 2 years ago

upstream issue: https://github.com/gazebosim/gz-rendering/issues/649

acxz commented 2 years ago

patched with 2b119f4

cptnapalm commented 2 years ago

Terrific. Thank you so much.

acxz commented 2 years ago

The issue will be open until the patch is not necessary. (next release)