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
109
questions and find answers to
412
problems.
Stats
11.1k
EtPoint
3.5k
Vote count
109
questions
412
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
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?
What precisely is an expression?
Are there any remaining differences between member and non-member comparisons starting from C++20?
How do I use std::formatter directly?
HolyBlackCat answers
Need help understanding Synthesized three-way comparison
Fullscreen GLFW window disappears when focus is lost
How does the glVertexAttribPointer stride parameter work?
How does enable_if help select specializations of a class template?
SFINAE not telling correctly whether a method exists
Do C++20 Concepts replace other forms of constraints?
Parsing error with dependent template type
GL_TEXTUREn+1 activated and bound instead of GL_TEXTUREn on Apple Silicon M1 (possible bug)
How do you write a function template that determines if two arbitrary variants are holding the same type?
Where can I find an official complete list of scopes to go with textMateRules for C#/.NET core in Visual Studio Code? [closed]