Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jean-Michaël Celerier
Jean-Michaël Celerier has asked
17
questions and find answers to
18
problems.
Stats
472
EtPoint
129
Vote count
17
questions
18
answers
About
I enjoy coding :)
about me: https://jcelerier.name
ossia.io CTO (https://ossia.io)
celtera.dev (consulting: https://celtera.dev)
Jean-Michaël Celerier questions
begin() and end() free function overload on template
Idiomatic way to enforce constexpr-ness of constexpr functions
Why do -ansi and -std=c++11 conflict in g++?
Detecting specific function calls in unit tests
C++ parameter pack with single type enforced in arguments
qmake: handling options for both gcc and msvc
Proper indentation for C++11 lambdas
Why does gcc complain about my loops?
Why does enable_if_t in template arguments complains about redefinitions?
Use of string_view for map lookup
Jean-Michaël Celerier answers
How do I enable link time optimization (LTO) with CMake?
Using OpenMP with C++11 range-based for loops?
Does extern template prevent inlining of functions?
How to queue lambda function into Qt's event loop?
implicit constexpr?
begin() and end() free function overload on template
How do I create a custom QML Control that respects the Material Style colors?
Can I globally switch to native text rendering in Qt Quick Controls 2?
Can anonymous class be used as return types in C++?
Using Qt inside Clion