Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
After recent updates to the Proton C++, calls to proton::value::get<>() are deprecated with warnings. Change the code to use the recommended proton::get<>() calls instead.
There is also a possibility that the use of proton::default_container is also deprecated, but it is currently not producing a warning.