librelist archives

« back to archive

compiler specific logic

compiler specific logic

From:
Jack Nagel
Date:
2011-10-12 @ 01:44
How are we doing compiler-specific logic these days?

I see that "use_clang?", etc. have been marked as "don't use in new code."

Something like "if ENV.compiler == :clang"?

Jack