Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
HolyBlackCat
HolyBlackCat has asked
113
questions and find answers to
426
problems.
Stats
11.3k
EtPoint
3.5k
Vote count
113
questions
426
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
Why explicit-ness of std::pair's heterogeneous "move"-constructor changed in C++17?
Can padding of bases or [[no_unique_address]] members be used to store other bases/members?
Why can std::move_iterator advertise itself as a forward (or stronger) iterator, when it dereferences to an rvalue reference?
Are seq-cst fences exactly the same as acq-rel fences in absence of seq-cst loads?
Ellipsis as a constructor argument outside of any variadic templates
When satisfation of SFINAE condition depends on the function being declared, is that condition guaranteed to be false?
Are variables formally a compile-time concept?
Clangd - how to set default flags to be used when there is no `compile_commands.json`?
Why GCC warns when casting an uninitialized volatile pointer to `void`?
Does it make sense to use a relaxed load followed by a conditional fence, if I don't always need acquire semantics?
HolyBlackCat answers
How to ignore compiler warnings for macros defined in third-party headers?
resize std::string without initializing memory
Why is the member of object expression an xvalue not prvalue?
cv-qualifier propagation in structured binding
Should std::apply only apply to std::tuple?
Can padding of bases or [[no_unique_address]] members be used to store other bases/members?
Why can std::move_iterator advertise itself as a forward (or stronger) iterator, when it dereferences to an rvalue reference?
Trying to combine flags within enum value
How memory is deallocated in shared_ptr via the operator=?
C++ Template Function Ambiguity for Wrapper Type Specialization