Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mário Feroldi
Mário Feroldi has asked
12
questions and find answers to
41
problems.
Stats
1.0k
EtPoint
313
Vote count
12
questions
41
answers
About
Compilers: trying to solve the halting problem since 1951.
Mário Feroldi questions
Do C++ modules make ODR violations absent?
Is initializing a pointer declarator with an invalid pointer undefined behavior?
Why does GCC diagnose a unused variable for structured bindings while Clang doesn't?
Do template structs need std::decay when using forwarding references in C++17?
Why does list initialization allow conversion from double to float values?
Forwarding the same value to two or more functions
Why does std::span overload the function call operator for indexing?
Function not called in code gets called at runtime
Mário Feroldi answers
Is there a way to initialize a class with constructed class without using std::move?
Rationale for std::make_array common type
Can an unnamed struct be made static?
Why the definition of a static pointer of nested struct reports error while using template alias [duplicate]
Why C++ implicit conversion works, but explicit one does not?
How to use C++ Expects operator?
static_assert before a constructor's initialiser list
Emplace an aggregate in std::vector
Is it legal to static_cast a string_view to a string
Function not called in code gets called at runtime