creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
129 stars 20 forks source link

Make imath compilable in C++ mode #25

Closed thetheodor closed 5 years ago

thetheodor commented 5 years ago

Remove implicit casts and replace identifiers that are C++ keywords

creachadair commented 5 years ago

This is a fairly noisy change, and I don't see much practical benefit to it. Can you say a bit more about what benefit we get from this flag, vs. simply compiling the file as a C translation unit?

thetheodor commented 5 years ago

I have a very specific use-case but come to think of it, it probably doesn't make sense to merge this.