-
### Description
When I use RN 0.75.3 along with RN-skia 1.4.2, an error occurs.
C/C++: ninja: Entering directory `/Users/goldriven2023/GoldrivenRnApp/node_modules/@shopify/react-native-skia/android/…
-
Mac OS: 14.6.1 (23G93)
Node Version: v22.8.0 (with npm 10.8.2)
npm error code 1
npm error path /Applications/MAMP/htdocs/scaa/node_modules/opencc
npm error command failed
npm error command sh -…
-
Hi Adam,
I've got a ton of errors like `NCollection_tmpl.hxx:1610:67: error: expected unqualified-id before '*' token` when building with GCC 13 (or 11) and glibc 2.37: [Pastebin](https://pastebin.…
-
# 谈 C++17 里的 State 模式之二 - hzSomthing
关于状态模式的研究,以及状态机的 C++17 中的通用实现,介绍 fsm-cxx …
[https://hedzr.com/c++/algorithm/cxx17-state-pattern-2/](https://hedzr.com/c++/algorithm/cxx17-state-pattern-2/)
-
I am having a compile failure with this platform that should work as ive tested it on i368.
ive listed everything i possibly can to fixing it or getting a workaround.
this is the best knowledge i …
-
hi, im not using vs c++ for a long time, I find this problem, but when I replace with `#define __UINT32_MAX__ ((uint32_t)-1)`
it infoms:
```
error C4996 'std::codecvt_utf8': warning STL4017: std::…
-
This disables a warning that codecvt_utf8 is deprecated in C++17. This is an issue on Windows. Instead, we should use `MultiByteToWideChar()` and `WideCharToMultiByte()`. See notes on this StackOverfl…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration is s…
rojer updated
2 weeks ago
-
Trying to compile the project I get the following error:
```
/Users/ret2libc/projects/pe-parse/pe-parser-library/src/unicode_codecvt.cpp:33:29: error: 'codecvt_utf8' is deprecated [-Werror,-Wdepreca…
-
# 谈 C++17 里的 State 模式之一 | hzSomthing
关于状态模式的研究,以及状态机的 C++17 中的通用实现,介绍 fsm-cxx …
[https://hedzr.com/c++/algorithm/cxx17-state-pattern/](https://hedzr.com/c++/algorithm/cxx17-state-pattern/)