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
80
questions and find answers to
268
problems.
Stats
7.6k
EtPoint
2.5k
Vote count
80
questions
268
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
Why does the thread sanitizer complain about acquire/release thread fences?
What should `foo.template bar()` do when there's both a template and a non-template overload?
What are MSYS2 environments? How do I pick one?
What is the significance of 'strongly happens before' compared to '(simply) happens before'?
What's the point of deleted virtual functions?
Indirect virtual base without a default ctor stops children from having a default ctor, unless every class in between also has one
If a global variable is initialized twice (statically, then dynamically), which initialization starts its lifetime?
Is it possible to create templated user-defined literals (literal suffixes) for string literals?
Clang refuses to compile libstdc++'s <filesystem> header
Why `std::function::operator=(F &&)` is required to make a temporary `std::function`?
HolyBlackCat answers
Initialization order of inline variables
Why does copy constructor not need to check whether the input object pointers to itself or not?
Why is std::floor not found when including <math.h> in C++23 on Android?
Why does the thread sanitizer complain about acquire/release thread fences?
How do I restrict fold expressions with C++ 20 requirements/concepts?
SDL_KEYDOWN triggering twice
Compile surprises when using a string as a template argument
C++ idempotence of going through: pointer → reference → pointer
Only copiable type not accepted in msvc std::vector implementation
How to compare two typenames for equality in C++?