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
75
questions and find answers to
249
problems.
Stats
6.8k
EtPoint
2.2k
Vote count
75
questions
249
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
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?
Unable to use aligned `operator new` in a module with Clang
Constexpr counter that works on GCC 8, and is not restricted to namespace scope
How can I prevent user from specifying a function template parameter, forcing it to be deduced?
In a nested requirement, why use `requires bool_constant<X>::value;` instead of `requires X;`?
HolyBlackCat answers
Prettiest way to iterate all values of an unsigned integer
Incompatible Pointers in =
C-style array vs std::array for library interface
Use of (STL) copy with undefined behaviour?
Can function pointers be de referenced
How do I deal with many variables per triangle in OpenGL?
Example where trailing return type must be used, because the problem cannot be solved the old way
C++ Convert tuple of homogeneous wrapped type to tuple of raw type
value_type of variadic parameters
Variadic generic lambda and function overload