Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. fault.h:73:5: note: candidate: MatchFault<Z, Args>::MatchFault(ValueFault<Z>*, Args ...) [with Z = int; Args = {}]
  2. MatchFault(ValueFault<Z>* injectable, Args... args) : m_toInject(injectable) {
  3. ^
  4. fault.h:73:5: note: candidate expects 1 argument, 2 provided
  5. fault.h:71:7: note: candidate: MatchFault<int>::MatchFault(const MatchFault<int>&)
  6. class MatchFault : public Fault {
  7. ^
  8. fault.h:71:7: note: candidate expects 1 argument, 2 provided
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement