Compiler Bug? #define with < > or ( )
#1

Код:
#define Crap<A> CrapA
#define Crap<B> CrapB
It happens with ( ) too.

warning 201: redefinition of constant/macro (symbol "Crap<A>") for Crap<B> define

Where am I going wrong?

Compiler Bug?

EDIT:the example I gave may be misleading

I am sorry for giving bad example :P
Код:
#define SQL<int>::iterator new literator:
#define SQL<float>::iterator new literator:
#define SQL<float[]>::iterator new literator:
#define SQL<int[]>::iterator new literator:
#define SQL<*>::iterator new literator:
Reply


Messages In This Thread
Compiler Bug? #define with < > or ( ) - by Yashas - 13.05.2015, 16:42
Re: Compiler Bug? #define with < > or ( ) - by JaydenJason - 13.05.2015, 16:46
Re: Compiler Bug? #define with < > or ( ) - by Yashas - 13.05.2015, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)