
19 Dec
2024
19 Dec
'24
11:34 a.m.
Whoever is considering to introduce module support into some Boost library should be acutely aware of, and familiar with, the following sections in the C++ standard and its implications:
* http://eel.is/c++draft/module.reach#3 * http://eel.is/c++draft/module.reach in general
and in particular
* http://eel.is/c++draft/module.global.frag#3 * http://eel.is/c++draft/module.global.frag#4
Do you know of any material explaining these concepts in a more approachable way? I'm no language lawyer, and tend to have a hard time understanding some of these.