Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Feb 23, 2024
1 parent 78a4ef6 commit db88981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/include/Ice/StreamHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ struct StreamableTraits<std::wstring_view>
* \headerfile Ice/Ice.h
*/
template<>
struct StreamableTraits<std::vector<bool> >
struct StreamableTraits<std::vector<bool>>
{
static const StreamHelperCategory helper = StreamHelperCategoryBuiltin;
static const int minWireSize = 1;
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/slice2cpp/Gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ Slice::Gen::ProxyVisitor::visitOperation(const OperationPtr& p)
//
futureOutParams.push_back(typeToString(ret, retIsOpt, "", p->getMetaData(), _useWstring | TypeContextCpp11 ));

// TODO: we need TypeContextInParam to be the view-type behavior.
// TODO: we need TypeContextInParam to get the view-type behavior.
lambdaOutParams.push_back(typeToString(ret, retIsOpt, "", p->getMetaData(), _useWstring | TypeContextInParam | TypeContextCpp11));

outParamsHasOpt |= p->returnIsOptional();
Expand Down

0 comments on commit db88981

Please sign in to comment.