问题标签 [boost-json]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
33 浏览

c++ - 类不能使用 boost::json 序列化自己

我写了一个小类,它依赖于 boost::json 来序列化自己。它无法编译,因为编译器听起来无法找到实现 json::value<=>myClass 翻译的 tag_invoke() 函数:

给出了这两个函数的实现:

但编译器似乎无法找到它们。

欢迎任何提示!谢谢

0 投票
2 回答
40 浏览

boost - 有没有人尝试过构建 Boost.Json 静态库?

我正在尝试构建 boost json 以获得 libboost_json.a 。尝试使用 --with-json 选项,但它从不生成 .

我的配置说明了它的构建,但我没有看到这个库正在生成,请 在此处输入图像描述