Skip to content

Commit

Permalink
Upgrade Boost dep: 1.75 -> 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Apr 28, 2021
1 parent 528889c commit 408ada5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# But UBSan detects an error in 1.72 that was fixed by 1.73:
# https://github.com/boostorg/serialization/commit/443dea34ab56c6e8cb5e8c599859e1d5506adeea
# And once using Kitware's Ubuntu CMake repo for 1.73, may as well go as recent as
# that CMake recognises, which is currently 1.75.
# that CMake recognises, which is currently 1.76.
#
# ### Rapidjson
#
Expand All @@ -16,7 +16,7 @@
# The Rapidjson repo has many open issues asking for a new version release

[requires]
boost/1.75.0@
boost/1.76.0@
fmt/7.1.3@
rapidjson/cci.20200410
spdlog/1.8.5@
Expand Down
1 change: 1 addition & 0 deletions source/ct_uni/cath/structure/geometry/angle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#define _CATH_TOOLS_SOURCE_CT_UNI_CATH_STRUCTURE_GEOMETRY_ANGLE_HPP

#include <boost/math/constants/constants.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/operators.hpp>
//#include <boost/units/quantity.hpp>
//#include <boost/units/systems/si/plane_angle.hpp>
Expand Down
1 change: 1 addition & 0 deletions source/ct_uni/cath/structure/geometry/angle_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
/// along with this program. If not, see <http://www.gnu.org/licenses/>.

#include <boost/math/constants/constants.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/test/unit_test.hpp>

//#include <boost/units/systems/si/plane_angle.hpp>
Expand Down
1 change: 1 addition & 0 deletions source/ct_uni/cath/structure/geometry/quat_rot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <boost/math/quaternion.hpp>
#include <boost/math/special_functions/sign.hpp>
#include <boost/mpl/vector.hpp>

#include "cath/structure/geometry/rotation.hpp"

Expand Down

0 comments on commit 408ada5

Please sign in to comment.