Skip to content

LogTrace is not possible from constructors #20

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.

Activity

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

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