#ifndef SHOW_WARN /* Disable this diagnostic: * warning #2536: type qualifiers are meaningless here */ #pragma warning disable 2536 #endif typedef int& r_type; typedef const r_type cr_type;