-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor - P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5.5
-
Component/s: None
-
Labels:None
-
Backwards Compatibility:Fully Compatible
Make the cast from scoped_array to bool explicit.
In Boost 1.55.0, the bool operator of scoped_array was made 'explicit' and compilation of the enterprise client is now failing, because we are casting implicitly.