Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in language-lawyer
Why does a variable refer to the variable outside of a lambda, if it is not odr used?
Apr 12, 2026
c++
lambda
c++14
language-lawyer
Explicit this object parameter wonkiness
Apr 13, 2026
c++
language-lawyer
c++23
explicit-object-parameter
What constructors must be defined to satisfy copy constructible concept for any-like class?
Apr 12, 2026
c++
constructor
language-lawyer
c++20
c++-concepts
Validity of presenting an xvalue as an lvalue
Apr 12, 2026
c++
c++17
language-lawyer
move-semantics
xvalue
Can a function parameter be used as template argument?
Apr 13, 2026
c++
templates
language-lawyer
c++20
c++-concepts
Is pointer-difference a valid way to find the index of an element in a vector within a range-based for loop?
Apr 12, 2026
c++
language-lawyer
Using a class inside the requires-clause for the method of this class
Apr 12, 2026
c++
language-lawyer
c++20
c++-concepts
compiler-specific
Is the lifetime of a local lambda as a completion handler for co_spawn i.e. a function with functor&& sufficent
Apr 12, 2026
c++
boost
language-lawyer
c++20
boost-asio
Why is there no language support in C++ for all C++ standard library type traits?
Apr 12, 2026
c++
c++11
standards
language-lawyer
std
Is there any concept of trivial/non-trivial member function?
Apr 11, 2026
c++
language-lawyer
Confusion (or Clang bug?) about incomplete types in std::vector
Apr 10, 2026
c++
clang
language-lawyer
llvm
c++20
Are C++ compilers actually compliant with zero-size array SFINAE rule?
Apr 11, 2026
c++
language-lawyer
sfinae
compiler-specific
In the C++ standard, paragraph 6.7.3.5, what does "depends on the side effects" mean?
Apr 10, 2026
c++
language-lawyer
undefined-behavior
lifetime
iso
How can you prevent a destructor call from being reordered above an atomic write by the compiler?
Apr 09, 2026
c++
language-lawyer
c++20
stdatomic
c++23
Why sometimes local class cannot access constexpr variables defined in function scope
Apr 10, 2026
c++
c++17
language-lawyer
c++20
Is a leading return type method declaration, using decltype, compatible with a trailing return type definition?
Apr 10, 2026
c++
templates
language-lawyer
decltype
trailing-return-type
typename in qualified member access
Apr 10, 2026
c++
gcc
visual-c++
clang
language-lawyer
Interaction of function-local enum declaration and ADL
Apr 10, 2026
c++
c++14
language-lawyer
Can a class with consteval constructor be created on heap in C++?
Apr 09, 2026
c++
language-lawyer
new-operator
consteval
Older Entries »