forked from Kistler-Group/sdbus-cpp
Co-authored-by: Michael Binz <michael.binz@daimler.com>
This commit is contained in:
@ -85,6 +85,15 @@ static void _parse_signature(const std::string &signature, std::string &type, un
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case '\0':
|
||||||
|
{
|
||||||
|
std::cerr <<
|
||||||
|
"Invalid array definition. Type is missing after '" << signature
|
||||||
|
<< "'."
|
||||||
|
<< std::endl;
|
||||||
|
exit(-1);
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
type += "std::vector<";
|
type += "std::vector<";
|
||||||
|
Reference in New Issue
Block a user