<div dir="ltr">Hi,<div class="gmail_extra"><br></div><div class="gmail_extra">I think the use of std::make_pair in OptionList.cxx is causing the issue. Either directly instantiate a std::pair or apply a static_cast to the parameters of std::make_pair. The helper std::make_pair is intended to be used without explicitly specifying the template parameters; they should be automatically deduced.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Regards,</div><div class="gmail_extra">Hauke</div></div>