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
C expression evaluating differently on two different compilers
Apr 27, 2021
c
gcc
language-lawyer
atmelstudio
Does std::move work with lvalue references? How does std::move work on standard containers?
Nov 08, 2022
c++
c++11
reference
language-lawyer
move
Why is overriding both the global new operator and the class-specific operator not ambiguous behaviour?
Aug 23, 2022
c++
c++11
c++14
language-lawyer
new-operator
Is const-casting away const-ness of references to actual const objects permitted if they are never modified through them?
Oct 31, 2022
c++
interface
language-lawyer
constants
Is dereferencing a pointer that's equal to nullptr undefined behavior by the standard?
Aug 26, 2022
c++
c
language-lawyer
I believe this is a bug in clang++ related to the access to a class's public member function
Jan 23, 2021
c++
language-lawyer
public
clang++
Placement new and assignment of class with const member
Jun 09, 2021
c++
constants
language-lawyer
assignment-operator
placement-new
Why specializing a type_trait could result in undefined behaviour?
Sep 05, 2021
c++
c++11
language-lawyer
undefined-behavior
c++14
Destructor call in a comma-separated expression
Feb 10, 2022
c++
language-lawyer
object-lifetime
temporary-objects
comma-operator
C++ Default constructor not inherited with "using" when move and copy constructors present
Nov 04, 2022
c++
c++11
constructor
language-lawyer
c++17
template template parameters and forwarding references
Mar 15, 2022
c++
language-lawyer
Why is a constexpr function on a reference not constexpr?
Nov 21, 2022
c++
language-lawyer
constant-expression
C++ - Why is the 'template' keyword required here?
Sep 14, 2022
c++
templates
language-lawyer
dependent-name
Does the C standard keep the return struct of a function on the stack if I keep a pointer to a value inside it?
Aug 30, 2022
c
language-lawyer
The snippet compiles with warnings in Coliru, but compiles normally in Ideone. Which one is correct?
Apr 10, 2022
c++
c++11
initialization
language-lawyer
Direct initialization with empty initializer list
Aug 25, 2022
c++
c++11
language-lawyer
initializer-list
Do C standards specify how far the carry propagates when incrementing a pointer?
Aug 23, 2022
c
pointers
language-lawyer
What's the real reason to not use the EOF bit as our stream extraction condition?
Apr 10, 2022
c++
iostream
eof
language-lawyer
Guarantees of reordering of a vector
May 16, 2022
c++
vector
language-lawyer
Is the C++ Standard Library part of the C++ Language?
Mar 30, 2017
c++
c++11
language-lawyer
« Newer Entries
Older Entries »