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
Auto deduced return types in forward declaration and mixing with old function syntax
Oct 16, 2022
c++
c++11
language-lawyer
c++14
Template static definition and explicit specialization instantiation errors in MSVC
Oct 22, 2017
c++
templates
language-lawyer
explicit-specialization
explicit-instantiation
Is it undefined behavior to dereference a dangling pointer?
Apr 19, 2022
c++
language-lawyer
undefined-behavior
C++: lifetime of an object and external functions
Nov 13, 2022
c++
constructor
language-lawyer
object-lifetime
Is it legal to use variadic templates in operator overloading?
Oct 01, 2022
c++
templates
operator-overloading
language-lawyer
variadic-templates
Access to elements of array of arrays using common iterator
Apr 26, 2022
c++
arrays
stl
language-lawyer
Which enum values are undefined behavior in C++14, and why?
Aug 29, 2022
c++
enums
c++14
language-lawyer
undefined-behavior
Unexpected InvalidOperationException when trying to change relationship via property default value
Mar 27, 2022
c#
language-lawyer
entity-framework-core-3.1
GCC's implementation of angle-brackets includes. Why does it have to be as described below?
Aug 17, 2022
c++
c
gcc
language-lawyer
Can a null pointer constant be any integer constant expression evaluated to 0?
Aug 22, 2022
c
pointers
null
language-lawyer
constant-expression
Why are redundant class name qualifiers allowed?
Oct 01, 2017
c++
language-lawyer
Why would the outcome of this shift left operation be deemed undefined?
Apr 21, 2017
c
language-lawyer
clang-static-analyzer
Where in the Standard does it say that the default member initializer for U::j should be ignored by the compiler?
Oct 18, 2022
c++
language-lawyer
unions
c++17
Missing destructor in Visual Studio?
Dec 22, 2019
c++
visual-studio
exception-handling
language-lawyer
destructor
c++11 decltype(e) is the type of the entity named by e
Sep 22, 2022
c++
c++11
language-lawyer
decltype
C++17, deprecated functions in <memory> standard library?
Apr 13, 2022
c++
memory-management
language-lawyer
c++17
c++20
Is "int *ptr = *( ( &a ) + 1 );" where "a" is int[5] well-defined by the Standard?
Jun 01, 2022
c
arrays
pointers
language-lawyer
pointer-arithmetic
Clang won't compile a template specialization that gcc will
Mar 20, 2022
c++
gcc
clang
language-lawyer
template-specialization
Why are some non-constant expressions allowed as operands of a constexpr comma operator?
Aug 06, 2020
c++
c++11
language-lawyer
constexpr
comma-operator
C's equality operator on converted pointers
Apr 16, 2022
c
pointers
language-lawyer
« Newer Entries
Older Entries »