Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange error when select_any is used on set of strings #386

Closed
abelhegedus opened this issue Sep 23, 2015 · 2 comments
Closed

Strange error when select_any is used on set of strings #386

abelhegedus opened this issue Sep 23, 2015 · 2 comments

Comments

@abelhegedus
Copy link
Member

In ::eatf::ComponentsLibrary::EATF::eatfImplPkg::CallLeg::getRequestUriForOutgoingRequest:

reqURI = SipUtils::getUriFromRouteHeader(header=>this.routeSet.one())

Error:

eatf/ComponentsLibrary/EATF/eatfImplPkg/CallLeg.cc:167:85: error: conversion from 'std::set<std::basic_string<char> >' to non-scalar type 'std::string {aka std::basic_string<char>}' requested
@doczir
Copy link
Contributor

doczir commented Sep 24, 2015

This problem occurs because of issue #391. For now a temporary workaround is provided.

@abelhegedus
Copy link
Member Author

Fixed in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants