Servus,
ich habe auch ein Problem. Und zwar sind es zwei Fehlermeldungen vom Debugger:
- prototype for 'typA typA:pen(std::int, typA*)' does not match any in class 'typA'
markierte Zeile: typA typA:pen(int, typA)

- candidate is: typA typA:pen(std::int, typA)
markierte Zeile: typA open(int, typA);

keine Ahnung wo das Problem liegt. Hat sonst immer funktioniert