Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
user17732522
user17732522 has asked
6
questions and find answers to
103
problems.
Stats
2.8k
EtPoint
899
Vote count
6
questions
103
answers
About
user17732522 questions
Functional equivalency in template constraints vs member function constraints
Does implicit object creation apply in constant expressions?
Detecting compile-time constantness of range size
New-expression with consteval constructor in constexpr context
user17732522 answers
Is it really well defined to check pointer alignment using the pointer's integer value?
Can a class be indestructible (have no destructor)?
explicit deleted constructors - does this matter?
Data race guarded by if (false)... what does the standard say?
Strange behavior about WEXITSTATUS with `G++ 4.9.4`
Atomic function pointer call compiles in gcc, but not in clang and msvc
C++23: char now supports Unicode?
constexpr C++ error: destructor used before its definition
A lambda with a capture fail to compile when used with std::semi_regular
Custom formatter failed to compile in clang and gcc, but succeeded in MSVC