Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
alfC
alfC has asked
135
questions and find answers to
88
problems.
Stats
2.1k
EtPoint
331
Vote count
135
questions
88
answers
About
alfC questions
Using linked functions as output on uninitialized memory?
Return value optimization of a member of a local stack variable
Is there a good idiom to deal with alternative output streams?
How can `if constexpr` be made SFINAE-friendly?
Sanitizer suboptions are enabled by default?
How is std::vector able to be constexpr without constexpr std::uninitialized_copy?
Detect use after move during compilation?
Prevent clang tidy to report warnings on Boost Test headers
minmax that returns modifiable references
Why is std::back_inserter_iterator not WeaklyIncrementable in RangeV3?
alfC answers
How does a boost::archive::binary_oarchive handle an enum?
MPI: How to use MPI_Win_allocate_shared properly
Can one forward-declare a function taking a vector of incomplete type with a default value?
Detect use after move during compilation?
How to force a compile error in C++(17) if a function return value isn't checked? Ideally through the type system
Why are non-positive strides disallowed in the blas gemm family of functions?
Why is std::back_inserter_iterator not WeaklyIncrementable in RangeV3?
How to check whether elements of a range should be moved?
Find number of elements in array passed to a function as argument.
What is the advantage of using boost::bind?