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
112
questions and find answers to
422
problems.
Stats
11.3k
EtPoint
3.5k
Vote count
112
questions
422
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
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?
Is creating an object not the same thing as starting its lifetime?
HolyBlackCat answers
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
Does gcc compiled executable LSB imply "Least Significant Byte" and "Least Significant bit" at the same time?
warning for not using free() malloc
Is it safe to pass an `std::string` temporary into an `std::string_view` parameter?
Variadic template queries