Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
xmllmx
xmllmx has asked
402
questions and find answers to
11
problems.
Stats
2.5k
EtPoint
213
Vote count
402
questions
11
answers
About
xmllmx questions
Is [[likely]] redundant if [[unlikely]] exists in if-else branch in C++20?
Is there a typical use case that must use `is_detected_v`?
May the compiler add extra defaulted template parameters to the std templates?
How to use std::fpos?
Is -fPIC for shared libraries ONLY?
Why does `std::is_const_v` not behave as expected?
Why is decltype(ConstInt{}) not const?
How does a function call give a compile-time type?
What's the difference between using-style and typedef-style? [duplicate]
Why does this of sfinae not work?
xmllmx answers
Why does the parameter pack not work as expected in concepts?
Must T be unqualified in std::allocator<T>?
What replaces std::codecvt_utf8 in C++17 or how else do I convert an int to a u32 string? [duplicate]
What's the substitution of <codecvt> in C++17 or later? [duplicate]
Deprecated header <codecvt> replacement
how to pass arrays as parameters in constructor? c++
C++11 function definitions with auto keyword