Created
October 8, 2012 21:11
-
-
Save jimblandy/3855007 to your computer and use it in GitHub Desktop.
works for me!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
play$ cat aab.cpp | |
void AAA(); | |
void AAA(int); | |
void AAA2(); | |
bool f(int *p, AAB obj); | |
play$ clang++ aab.cpp | |
aab.cpp:4:16: error: unknown type name 'AAB' | |
bool f(int *p, AAB obj); | |
^ | |
1 error generated. | |
play$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment