> function<void()>
i1(blub); //error: expected constructor, destructor, or type conversion
before '<' token >What is wrong? The same thing that is wrong with this: namespace aspace{ int i; }; namespace bspace{ int i; }; using namespace aspace; using namespace bspace; int _tmain(int argc, _TCHAR* argv[]) { i = 0; return 0; } |
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________