Changed the type_safe_union a little bit to avoid the C4503 warnings
you sometimes get from visual studio about "decorated name length exceeded, name was truncated". What I did was introduce a new type called _void as the deafult template parameter for the type_safe_union rather than use the T1 type as the default for the 19 other parameters. Since _void is always a short word it helps keep the warning from showing up.
Showing
This diff is collapsed.
Please
register
or
sign in
to comment