我现在可以将boost用作c ++ 20模块吗?

问题描述

我正在使用“ Visual Studio 2019 16.8预览版3”

module;

//#include <boost/algorithm/string.hpp>   // (1) global module fragment
export module M;

import boost;  // (2) as C++20 module

我现在可以将boost(或它的一部分)作为C ++ 20模块导入吗?我正在使用vcpkg安装的boost 1.73.0。

顺便说一句,我不确定为什么该页面boost为例,https://vector-of-bool.github.io/2019/03/10/modules-1.html

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)