• davis@blarg-a324a5a3e.localnet's avatar
    Changed the type_safe_union a little bit to avoid the C4503 warnings · 06dd40d3
    davis@blarg-a324a5a3e.localnet authored
    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.
    06dd40d3
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
tools Loading commit data...
.hgignore Loading commit data...