Skip to content

LogTrace is not possible from cinstructors #20

@diggit

Description

@diggit

In LogTrace In the function signature parsing, there is special handling of constructors, but the code rejects it before it gets there:

logtools/log.cpp

Lines 363 to 365 in 7f35c46

size_t ispace = sfunc.find(' ', i);
if(ispace == string::npos)
return;

As there is not space in ctor signature, function ends here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions