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
Where does the standard define that a volatile variable can change?
Feb 08, 2022
c++
language-lawyer
c++17
volatile
Can I dereference std::string.end()?
Sep 14, 2022
c++
string
language-lawyer
std
Function template overload resolution, dependent and non-dependent parameters
Apr 28, 2022
c++
templates
c++17
language-lawyer
What are the rules for standard library containers and incomplete types?
Apr 22, 2021
c++
language-lawyer
c++-standard-library
incomplete-type
Why does C++17 if statement with initializer not work as expected?
Mar 29, 2022
c++
c++17
language-lawyer
auto
type-deduction
Pointer arithmetics and comparison within a structure
May 10, 2022
c
pointers
struct
language-lawyer
c11
can rethrow_exception really throw the same exception object, rather than a copy?
Jun 20, 2022
c++
c++11
language-lawyer
clang++ fails but g++ succeeds on using a cast to const-unrelated-type operator in an assignment
Jul 22, 2019
c++11
g++
language-lawyer
clang++
conversion-operator
Can I rely on the order of an unordered map?
Nov 02, 2022
c++
c++11
gcc
language-lawyer
multimap
Reinterpret struct with members of the same type as an array in a standard compliant way [duplicate]
Sep 25, 2022
c++
language-lawyer
strict-aliasing
type-punning
structure-packing
Does the standard state that copies must be equivalent?
May 31, 2019
c++
language-lawyer
copy-constructor
copy-elision
Are compilers allowed to evaluate tautologies in static assert [duplicate]
Aug 14, 2019
c++
language-lawyer
static-assert
Why can't a modifiable lvalue have an array type?
Aug 24, 2022
c
language-lawyer
Why is comma operator called inside operator [] but not inside operator ()?
Aug 26, 2022
c++
operator-overloading
language-lawyer
comma
Why doesn't clang allow accessing a nested enum class through an instance?
Sep 14, 2022
c++
clang
language-lawyer
Template dependent name resolution should not find declarations with no linkage?
Jan 10, 2022
c++
templates
language-lawyer
linkage
name-lookup
Dependent non-type parameter packs: what does the standard say?
May 10, 2022
c++
templates
language-lawyer
variadic-templates
sfinae
What exactly does it mean to say a C++ object is movable?
Mar 09, 2022
c++
language-lawyer
move-semantics
C++ std::map named requirements allocator-aware container
Sep 13, 2022
c++
language-lawyer
c++20
stdmap
Is (a = 0, a) + (a =1, a) undefined behaviour for int a?
Feb 06, 2022
c
language-lawyer
« Newer Entries
Older Entries »