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
Treatment of backslash character in the bracket expression
Sep 22, 2025
regex
awk
language-lawyer
posix
How c++ compiler matches "Class::operator=="?
Sep 23, 2025
c++
language-lawyer
c++20
If class Outer is my friend, is class Outer::Inner too?
Sep 22, 2025
c++
language-lawyer
friend
member-access
Is the author's union-based implementation of an optional<bool> well-defined in P2641?
Sep 22, 2025
c++
language-lawyer
unions
type-punning
c++26
C++20 consteval functions and constexpr variables - are they guaranteed to be evaluated at compilation time?
Sep 22, 2025
c++
language-lawyer
c++20
constexpr
consteval
Can anonymous union be simply `const` (not `constexpr`)?
Sep 22, 2025
c++
c++11
constants
language-lawyer
unions
Unusual behavior of standard library function abs() on different C++ compilers
Sep 20, 2025
c++
language-lawyer
libstdc++
std
libc++
How to access an object representation according to the c++ standard?
Sep 21, 2025
c++
pointers
object
language-lawyer
undefined-behavior
Pointer to abominable function type? Compiler bug?
Sep 21, 2025
c++
language-lawyer
c++23
Why is having ambiguous (default) constructor due to overloading not an error or at least a warning?
Sep 20, 2025
c++
oop
language-lawyer
default-constructor
default-arguments
Is it safe to fread 0 bytes into a NULL-pointer?
Sep 19, 2025
c
null
language-lawyer
fread
Is the order of destructuring assignment in JavaScript guaranteed?
Sep 19, 2025
javascript
ecmascript-6
language-lawyer
Requires clause positioning in C++20 function templates
Sep 18, 2025
c++
language-lawyer
c++20
c++-concepts
How is 1.0 / 3.0 not an undefined operation in C++? (not representable in float)
Sep 19, 2025
c++
floating-point
language-lawyer
c++20
Is this an illegal aliasing? [duplicate]
Sep 19, 2025
c++
language-lawyer
Implement is_destructible with Detected Idiom
Sep 18, 2025
c++
language-lawyer
c++17
template-meta-programming
type-traits
How is it that we're allowed to create a const std::vector without any initializer unlike normal const objects
Sep 18, 2025
c++
vector
stl
language-lawyer
Does providing an explicit deduction guide disable the generation/formation of implicit deduction guides
Sep 18, 2025
c++
c++17
language-lawyer
ctad
deduction-guide
Older Entries »