Questions about self-contained headers. #575
-
Hi, I am wondering if jsoncons is designed to have self-contained headers. If not, when opening some headers in an IDE, it will complain about missing symbols, such as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's intended that header files include what they need, but our tests don't cover that, and up to now it hasn't been raised as an issue. We're starting to use clang-tidy to identify quality of implementation issues, so we'll see if we can apply it to that. |
Beta Was this translation helpful? Give feedback.
It's intended that header files include what they need, but our tests don't cover that, and up to now it hasn't been raised as an issue. We're starting to use clang-tidy to identify quality of implementation issues, so we'll see if we can apply it to that.