error after updating to gcc 10.3.1:
src/zimg/colorspace/matrix3.cpp:45:7: error: 'size_t' was not declared in this scope; did you mean 'std::size_t'?
45 | for (size_t i = 0; i < 3; ++i) {
| ^~~~~~
| std::size_t
In file included from /usr/include/c++/10.3.1/utility:68,
from /usr/include/c++/10.3.1/array:38,
from src/zimg/colorspace/matrix3.h:6,
from src/zimg/colorspace/matrix3.cpp:1:
refer to: https://bugs.gentoo.org/721676
zimg
Description
Scaling, color space conversion, and dithering library
Software Architecture
Software architecture description
Installation
- xxxx
- xxxx
- xxxx
Instructions
- xxxx
- xxxx
- xxxx
Contribution
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request
Gitee Feature
- You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
- Gitee blog blog.gitee.com
- Explore open source project https://gitee.com/explore
- The most valuable open source project GVP
- The manual of Gitee https://gitee.com/help
- The most popular members https://gitee.com/gitee-stars/
Description
Languages
Diff
100%