Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
dfrib
dfrib has asked
64
questions and find answers to
530
problems.
Stats
15.4k
EtPoint
5.2k
Vote count
64
questions
530
answers
About
dfrib questions
Is a program where undefined behavior (UB) is conditional on implementation leeway a program with unconditional UB?
Non-triviality of class type due to presence of default member initializer(s)
Compiler variance for trailing requires-clauses on non-templated functions
Implementing pure virtual function from abstract base class: does override specifier have any meaning?
Is it legal to define a hidden friend in an explicit specialization of an otherwise non-defined member class of a class template?
Deduction of trailing template-argument in declaration of explicit specializations of function templates (no function arg. deduction)
Pointer to (data) member as non-type template parameter for instance with automatic storage duration / without linkage
Constructing (but not destucting) an object of a class with a deleted or non-user-provided private destructor
Compiler variance for ambiguous copy-assignment from empty-braces
Using inout keyword: is the parameter passed-by-reference or by copy-in copy-out (/call by value result)
dfrib answers
Relying on a zero'ing heap for initialising members
How to write a perfect Abbreviated Function Template?
Non-triviality of class type due to presence of default member initializer(s)
=default and =delete is a function declaration or a function definition?
Swift: how to censor/filter text entered for swear words, etc?
Weird warning with SFINAE conversion function
Filling of vector with unique_pointers
Enforce class template specializations to provide one or more methods
Is not catching an exception undefined behavior?
How to limit the template parameter to only floating point type