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
79
questions and find answers to
258
problems.
Stats
7.2k
EtPoint
2.3k
Vote count
79
questions
258
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
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`?
Is this instance of stateful template metaprogramming well-defined?
HolyBlackCat answers
Can I prevent implicit conversion of an int typedef to int?
How to detect if a enum is defined
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?
Why does removing 'const' from the constructor parameter stop the class from being instantiated?
operator-> for an iterator that returns a temporary
Is std::source_location guaranteed to reuse the same object?
Integer overflow warning only when using const keyword
Prettiest way to iterate all values of an unsigned integer