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
115
questions and find answers to
443
problems.
Stats
11.7k
EtPoint
3.6k
Vote count
115
questions
443
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
Do C++20 `std::views` store copies or references to their input ranges?
Why explicit-ness of std::pair's heterogeneous "move"-constructor changed in C++17?
Can padding of bases or [[no_unique_address]] members be used to store other bases/members?
Why can std::move_iterator advertise itself as a forward (or stronger) iterator, when it dereferences to an rvalue reference?
Are seq-cst fences exactly the same as acq-rel fences in absence of seq-cst loads?
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`?
HolyBlackCat answers
How does this equation x + y = x & y + x | y hold true ( assuming x, y > 0)?
Macro for (SFINAEd) template function
How to get templates instantiation statistics in clang on Linux?
How could I make a concept<A, B> to check if type "A" is derived from template "B<...something...>"?
DRY: C++11 enum class vs C enum
Transforming a C++ nested loop into a single one with an iterator
Syntactic sugar for timing a block of code in C++
VS code - Hide build/echo task for cpp
Workaround GCC 5.5 tuple initialisation bug
Is simultaneous access to volatile a data race? Even though it seems to work in practice?