SpiceQA
Questions
Tags
Users
Badges
user_6370128
@user_6370128
0
reputation
0
answers
12
questions
About Me
// Hello, World !
Top Answers
How does the standard define the capture of runtime-bound array?
1 votes
Top Questions
Since C++17 supports shared_ptr of array, does this mean that an explicit deleter for T[] is no longer required in both ctor and reset?
14 votes
1 answers
Is std::chrono::years storage really at least 17 bit?
14 votes
2 answers
Why does clang think gcc's subrange does not satisfy gcc's __ranges_begin function concept equirements?
10 votes
0 answers
Is `reinterpret_cast`ing between hardware SIMD vector pointer and the corresponding type an undefined behavior?
7 votes
2 answers
Why doesn't C++17 provide make_shared<T[]> whereas C++17 shared_ptr provides operator[]?
7 votes
0 answers