Код: Выделить всё
module;
#include
export module foo;
export void foo() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79876954/the-problem-of-private-c20-module-linking[/url]Код: Выделить всё
module;
#include
export module foo;
export void foo() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79876954/the-problem-of-private-c20-module-linking[/url]