Это мой модуль iface — hello.iface.ixx:
Код: Выделить всё
export module hello;
export void hi();
Код: Выделить всё
module hello;
import ;
void hi() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78565086/import-std-header-unit-in-module-implementation-file[/url]
Мобильная версия