Searched hist:"8 a9a25c821f40b9cd2d94a483581c435e4e4a27e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | http_request.hpp | diff 8a9a25c821f40b9cd2d94a483581c435e4e4a27e Tue May 11 16:50:58 CDT 2021 Ed Tanous <edtanous@google.com> Include what you use in http request and response
https://jenkins.openbmc.org/job/ci-openbmc/3949/distro=ubuntu,label=docker-builder,target=tiogapass/consoleText
This build seems to be failing with an error | ../git/http/http_response.hpp:23:10: error: 'optional' in namespace 'std' does not name a template type | 23 | std::optional<response_type> stringResponse;
This should fix it by including the relevant headers.
Tested: Code builds. CI error only.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ifba15559a73d823d791de1d508e136a3c44e6cd1
|
H A D | http_response.hpp | diff 8a9a25c821f40b9cd2d94a483581c435e4e4a27e Tue May 11 16:50:58 CDT 2021 Ed Tanous <edtanous@google.com> Include what you use in http request and response
https://jenkins.openbmc.org/job/ci-openbmc/3949/distro=ubuntu,label=docker-builder,target=tiogapass/consoleText
This build seems to be failing with an error | ../git/http/http_response.hpp:23:10: error: 'optional' in namespace 'std' does not name a template type | 23 | std::optional<response_type> stringResponse;
This should fix it by including the relevant headers.
Tested: Code builds. CI error only.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ifba15559a73d823d791de1d508e136a3c44e6cd1
|