Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Template matching #1

Closed
aliou opened this issue Sep 5, 2013 · 0 comments
Closed

Template matching #1

aliou opened this issue Sep 5, 2013 · 0 comments
Labels

Comments

@aliou
Copy link
Owner

aliou commented Sep 5, 2013

Keep getting this error:

Undefined symbols for architecture x86_64:
  "LilWrapper::Thread::Thread<test>(void (test::*)(), test*)", referenced from:
      _main in mutex.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [test_mutex] Error 1
test t;
LilWrapper::Thread t1(&test::increment, &t);
LilWrapper::Thread t2(&test::increment, &t);

Doesn't match this:

template <typename C>
Thread(void (C::*)(), C *);
@aliou aliou closed this as completed in 3400a67 Sep 6, 2013
@aliou aliou mentioned this issue Sep 9, 2013
4 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant