You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you go e.g. here https://json.nlohmann.me/api/macros/nlohmann_define_derived_type/ you'll see that all the NLOHMANN_DEFINE_DERIVED_TYPE... macros names in the left column are replaced with NLOHMANN_DEFINE_DERIVED_TYPE_INTRUSIVE. This is also happening to the other NLOHMANN_DEFINE_... macros. Apparently, mkdocs doesn't support several different nav links to the same page.
Description
If you go e.g. here https://json.nlohmann.me/api/macros/nlohmann_define_derived_type/ you'll see that all the
NLOHMANN_DEFINE_DERIVED_TYPE...
macros names in the left column are replaced withNLOHMANN_DEFINE_DERIVED_TYPE_INTRUSIVE
. This is also happening to the otherNLOHMANN_DEFINE_...
macros. Apparently, mkdocs doesn't support several different nav links to the same page.Reproduction steps
Expected vs. actual results
Expected: correct macros names, Actual: incorrect
Minimal code example
No response
Error messages
No response
Compiler and operating system
Library version
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: