Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:0
-
Epic Link:
-
Sprint:DRP X16-3
-
Team:Data Release Production
Description
The following are used:
- boost::call_traits
- boost::enable_if
- boost::enable_if_c
- boost::false_type
- boost::is_arithmetic
- boost::is_complex
- boost::is_const
- boost::is_convertible
- boost::is_integral
- boost::is_same
- boost::remove_const
- boost::true_type
Replace these with equivalents from std where possible.
Removed boost::is_any_of from this ticket because it is not a type trait.