qualifier applied to reference type ignored
A qualifier, such as const, is applied to a reference type defined by typedef.
Example
typedef int &RefInt; int I; const RefInt cri=i; //generates warning C4181