1. 22 May, 2011 1 commit
    • 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
  2. 21 May, 2011 7 commits
  3. 20 May, 2011 6 commits
  4. 18 May, 2011 2 commits
  5. 17 May, 2011 3 commits
  6. 16 May, 2011 10 commits
  7. 15 May, 2011 8 commits
  8. 14 May, 2011 3 commits