Skip to content

Cannot have protected QObject member of type Maybe<bool> #3

Description

@singpolyma
Either.h: In instantiation of ‘class Either<bool, bool>’:
Maybe.h:80:18:   required from ‘class Maybe<bool>’
journalentry.h:62:14:   required from here
Either.h:98:3: error: ‘Either<T1, T2>::Either(const T2&) [with T1 = bool; T2 = bool]’ cannot be overloaded
   Either(const T2& t2)
   ^~~~~~
Either.h:93:3: error: with ‘Either<T1, T2>::Either(const T1&) [with T1 = bool; T2 = bool]’
   Either(const T1& t1)
   ^~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions