Skip to content
  • Kenneth Moreland's avatar
    Update the diagnostics macros · ef7bdd67
    Kenneth Moreland authored
    The new version now uses variadic template macros to allow you to do
    printf-style messages. This is how I wanted it to begin with, but as I
    recall variadic templates were not supported on all compilers at the
    time I started IceT. At this point, I think they are supported on pretty
    much any compiler in the last 10 years.
    ef7bdd67