Код: Выделить всё
module;
#include
export module foo;
export void foo() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79876954/why-executable-can-use-module-when-respective-library-is-linked-only-by-excutabl[/url]Код: Выделить всё
module;
#include
export module foo;
export void foo() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79876954/why-executable-can-use-module-when-respective-library-is-linked-only-by-excutabl[/url]