Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:10
-
Epic Link:
-
Sprint:DRP X16-3, DRP F16-1
-
Team:Data Release Production
Description
Consider use of Boost in the stack, and investigate where it can be eliminated by using std library equivalents. Create tickets to remove it, then work on them.
Attachments
Issue Links
- is parent task of
-
DM-6089 Use fixed width integer types from std instead of boost
- Done
-
DM-6090 Replace boost::lexical_cast with std::to_string where possible
- Done
-
DM-6091 Replace boost::lambda with C++11 lambda
- Done
-
DM-6092 Remove use of boost::noncopyable
- Done
-
DM-6093 Replace boost::random with std::random where possible
- Done
-
DM-6094 Use type traits from type_traits over boost equivalents where possible
- Done
-
DM-6095 Replace boost::ref
- Done
-
DM-6096 Replace boost::scoped_array with std::unique_ptr specialisation
- Done
-
DM-6097 Replace boost::bind with std::bind
- Done
-
DM-6325 Replace BOOST_STATIC_ASSERT with static_assert
- Done
- is triggered by
-
RFC-100 Switch from boost::shared_ptr to std::shared_ptr
- Implemented
- is triggering
-
DM-6284 Remove swig special casing for obsolete boost features
- Invalid
- relates to
-
DM-4014 Replace boost::tuple with <tuple>
- Done
-
DM-4035 Replace boost::array with std::array
- Done
-
DM-4036 Change from boost::math
- Done
-
DM-3920 Replace boost::regex with std::regex
- Won't Fix
- mentioned in
-
Page Loading...
Note that many relevant tickets already exist:
DM-4014DM-4035DM-4036DM-3920Please check if there's anything these tickets don't already cover, with a particular eye to moving towards header-only usage of Boost.