Search Results

9
votes
7answers
3k views

C++: undefined reference to static class member

Hey, Can anyone explain why following code won't compile? At least on g++ 4.2.4. And more interesting, why it will compile when I cast MEMBER to int? #include <vector …
0
votes

C++: undefined reference to static class member

@JaredPar I did. I copypasted the code but anything in angle brackets just disappears. Don't know why. …