T
Tanja Krammer
Dear all,
I get with VS 2005 multiple deffinitions link error LNK1169, if include
following header in 2 cpp's. Vs2003 works ok. I am wondering that compiler
seems to ignore word "inline".
----header----
class A{
inline a1(){
....
};
}
I get with VS 2005 multiple deffinitions link error LNK1169, if include
following header in 2 cpp's. Vs2003 works ok. I am wondering that compiler
seems to ignore word "inline".
----header----
class A{
inline a1(){
....
};
}