docs: a note about C++ modules availability added to "Installation and Usage" chapter

This commit is contained in:
Mateusz Pusz
2024-01-06 08:51:01 +01:00
parent 58479427d1
commit 9611a64ad5

View File

@@ -46,6 +46,11 @@ flowchart TD
| `mp_units.systems` | `mp-units::systems` | All the systems of quantities and units | | `mp_units.systems` | `mp-units::systems` | All the systems of quantities and units |
| `mp_units` | `mp-units::mp-units` | Core + Systems | | `mp_units` | `mp-units::mp-units` | Core + Systems |
!!! note
C++ modules are provided within the package only when [`cxx_modules`](#cxx_modules) Conan
option is set to `True`.
## Repository structure and dependencies ## Repository structure and dependencies