Peter Hill

Results 535 comments of Peter Hill

Ah, amazing, thanks @oleg-derevenetz! It looks like it needs a combo of checking out a different ref and then also getting the PR base as well. Hopefully we could at...

I guess #47 sorted this one way or another

I think the duplicate declaration warning for namespaces is inevitable because they're mapped to `cpp:type`: https://github.com/breathe-doc/breathe/blob/542ae9b9ed6e5bd5e92ba2360b094df8931ba756/breathe/renderer/sphinxrenderer.py#L251 It doesn't look like there is a Spinx entity for `namespace`, the `cpp:namespace` directive...

@fundthmcalculus Please could you give an example of this?

[Intel is pretty explicit:](https://godbolt.org/z/1E6cEnPnh) ``` /app/example.f90(5): remark #8577: The scale factor (k) and number of fractional digits (d) do not have the allowed combination of either -d < k

There's quite a few other internal structs with similar issues. Would it make sense to move to try and consistently use `int` instead of `size_t` everywhere? There would still be...