Chip Hogg
Chip Hogg
Superseded by #303, which includes all of your commits here (and I've confirmed that your authorship shows up in the commit log in main). Thanks a ton for your contributions...
A lowercase-named macro? The monsters! I think we'll have to handle this the same way we did `PI`. That is, we'll `[[deprecate]]` it and stick it inside of an `#ifndef...
I thought we had fixed this in #285, but this [compiler explorer link](https://godbolt.org/z/x5b1YT16a) suggests it may still be a problem. Adding `#undef pascal` after `"Windows.h"` appears to still be necessary....
Well, that is very strange. Nothing appears to be wrong anymore. Although really, I guess the strange part is that it appeared to be broken after landing in the first...
For this, the implementation isn't the hard part, as far as we know. The hard part is figuring out _what to implement_: what interfaces should exist? I think the original...
@geoffviola mentions that there may be length restrictions (32 characters?), so we should look into that before we take the leap.
(On some older compilers)
You're right --- this is a hole in our documentation. We'll need to create an official explanation for this design decision. You're also right about the reason: we want to...
I got a local implementation done a couple weeks ago, using the name `unblock_int_div`. But maybe it would be better to call it something else, so we could use the...
Putting this in the 0.4.0 milestone so that we can begin the deprecation pipeline for `integer_quotient()` ASAP.