| 7233ce55 | 24-Apr-2025 |
Jed Brown <jed@jedbrown.org> |
petscerror.h: iwyu export semi-private header
petscerror.h cannot be included directly unless petscsys.h has already been included (and that unconditionally includes petscerror.h). This updates docs
petscerror.h: iwyu export semi-private header
petscerror.h cannot be included directly unless petscsys.h has already been included (and that unconditionally includes petscerror.h). This updates docs and uses IWYU pragma export so IDEs (clangd) will automatically include the correct header when you use things like SETERRQ that appear petscerror.h.
Fix #1254
show more ...
|