9 Star 1 Fork 26

src-openEuler/chromium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Fix-error-call-to-function-memmove-that-is-neither-v.patch 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
misaka00251 提交于 2024-09-13 17:05 . Upgrade to version 128
From 00921a941f3b5bdde37d15d59208cdc5b25dd576 Mon Sep 17 00:00:00 2001
From: misaka00251 <liuxin@iscas.ac.cn>
Date: Wed, 25 Sep 2024 20:51:15 +0800
Subject: [PATCH] Fix error: call to function 'memmove' that is neither visible
in the template definition nor found by argument-dependent lookup
diff --git a/base/containers/span.h b/base/containers/span.h
index 6fc6e8a641..2a26acc58f 100644
--- a/base/containers/span.h
+++ b/base/containers/span.h
@@ -18,6 +18,7 @@
#include <span>
#include <type_traits>
#include <utility>
+#include <cstring>
#include "base/check.h"
#include "base/compiler_specific.h"
--
2.46.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/chromium.git
git@gitee.com:src-openeuler/chromium.git
src-openeuler
chromium
chromium
master

搜索帮助