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
96
questions and find answers to
351
problems.
Stats
9.6k
EtPoint
3.0k
Vote count
96
questions
351
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
In a false `if constexpr` branch outside of a template, are bodies of called template functions instantiated or not?
In C++26, are implementations required to "initialize" uninitialized variables to some fixed byte pattern?
In a lambda, what does the second list of attributes do?
Why set the stop flag using `memory_order_seq_cst`, if you check it with `memory_order_relaxed`?
How do I check at compile-time if there's enough `{}` placeholders for all arguments?
Why does the use of `std::aligned_storage` allegedly cause UB due to it failing to "provide storage"?
In a concept, how can I check that a member is static?
How do I use Clang's attribute `preferred_name`?
libstdc++ deprecation message for u8path suggests a strict aliasing violation as a workaround?
Differences in constraint validation order between compilers?
HolyBlackCat answers
Why can there be const assignment operators
Can you output data in C++ without using any includes?
How to include *project root* headers compiling with GCC C++ compiler?
What does "::type=0" in first template mean?
Segmentation fault in operator delete[] [duplicate]
Is it legal to initialize an array via a functor which takes the array itself as a parameter by reference?
How to overload constructors/functions when declarations/parameters are the same? [closed]
Is the load part of a read-modify-write operation of atomic object guaranteed to read the last value in modification order compared to load operation?
C++: a question about memory_order_relaxed
What decides whether a binary compiled with MinGW would have access to Win32 API or POSIX APIs?