Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed nullptr_t is not declared in alpine. #3488

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

limingxinleo
Copy link
Contributor

我在文件里添加了以下代码,但还是编译不过

#include <cstddef>

我再尝试一下,找一下问题出在哪里

@codecov
Copy link

codecov bot commented Jul 22, 2020

Codecov Report

Merging #3488 into master will decrease coverage by 0.08%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3488      +/-   ##
==========================================
- Coverage   42.33%   42.25%   -0.09%     
==========================================
  Files          75       75              
  Lines       14371    14371              
==========================================
- Hits         6084     6072      -12     
- Misses       8287     8299      +12     
Impacted Files Coverage Δ
src/protocol/redis.cc 60.30% <0.00%> (ø)
src/server/worker.cc 48.26% <0.00%> (-1.74%) ⬇️
src/coroutine/socket.cc 42.15% <0.00%> (-0.56%) ⬇️
src/os/async_thread.cc 73.05% <0.00%> (-0.46%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9eb89bd...5bce2d3. Read the comment docs.

@matyhtf matyhtf merged commit 4d0c0e8 into swoole:master Jul 22, 2020
@limingxinleo
Copy link
Contributor Author

@matyhtf 峰哥,我测了一下 nullptr_t 改成 std::nullptr_t,在 alpine 里就可以编译过了。。

我也不是很懂这块。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants