Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Drew Dormann
Drew Dormann has asked
40
questions and find answers to
187
problems.
Stats
6.0k
EtPoint
2.1k
Vote count
40
questions
187
answers
About
Drew Dormann questions
How to make gcc warn about narrowing function parameters
When do fundamental C++ types have an unknown initial value?
Is it wise to provide access to weak_ptr in a library interface?
How would std::ostringstream convert to bool?
When are inline variables in static storage initialized?
What overhead is there in performing an identity boost::lexical_cast?
What special rules does C++ apply to static const integral types?
Is atomic_thread_fence(memory_order_release) different from using memory_order_acq_rel?
When are C++ implicit types initialized to 0?
How does gcc compile C functions in a constexpr context?
Drew Dormann answers
static constexpr undefined reference error on clang
Double free of child object after using the copy constructor
Partial template specialization of a single method of a bigger class
return type unknown for template classes
Why can't I use non-integral types with switch [duplicate]
Passing std::string reference from std::stringstream as parameter
Missing ';' before 'template<'
force preference of const-version?
Are non-mutating operations inherently thread safe (C++)?
STL remove doesn't work as expected?