Loyio Hex
Results
2
issues of
Loyio Hex
## 运行环境 * Device: MacBook Pro (14-inch, 2021) * macOS: 13.0.0 * Bob Version: 0.10.2 ## 描述问题 调用快捷指令出现错误,The operation couldn’t be completed. Operation not permitted,估计是系统api不开放了。
bug
平台:macOS 编译器:c++20 clang/gcc 都试过 用c++17的时候会报一个auto错误 ``` ./lang/utils.h:184:44: error: 'auto' not allowed in function prototype inline auto for_each_element(Object&object,auto&&callback) //对于每一个元素进行遍历 ``` https://github.com/shijunfeng00/CppJson/blob/95b545ca3462c2504a50f469617f1df8320ad877/example.cpp#L25