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
114
questions and find answers to
433
problems.
Stats
11.5k
EtPoint
3.6k
Vote count
114
questions
433
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
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`?
Does it make sense to use a relaxed load followed by a conditional fence, if I don't always need acquire semantics?
HolyBlackCat answers
How can I get the behavior of a plain `auto` return type when using "expression SFINAE"?
How do I check if precompiled headers are really used?
LLVM/Clang++ cannot find <iostream>
Losing precision when casting float to double, even for values that have precise binary representations
Why creating the same class object allowed inside a method in C++
Decent idiom for initializing an optional to either null or a value?
C++ Pass a string as a value or const string&
How to ignore compiler warnings for macros defined in third-party headers?
resize std::string without initializing memory
Why is the member of object expression an xvalue not prvalue?