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
Correct behaviour of trivial statements involving expressions with volatile variables?
Mar 02, 2022
c++
standards
volatile
language-lawyer
About cast in integer constant expression (in standard C)
Nov 10, 2022
c
syntax
c99
language-lawyer
Using a parameter's name inside its own default value - is it legal?
Apr 16, 2022
c++
parameters
language-lawyer
default-parameters
This code, why does it have to show undefined behavior?
Aug 31, 2020
c++
c++14
language-lawyer
undefined-behavior
strncpy(d, s, 0) with one-past pointer
Sep 26, 2022
c
language-lawyer
Can't understand name lookup differences between an int and a user defined type - perhaps ADL related
May 13, 2019
c++
templates
language-lawyer
argument-dependent-lookup
name-lookup
Is it legal to optimize away stores/construction of volatile stack variables?
Apr 01, 2022
c++
optimization
x86
language-lawyer
volatile
Why can't the compiler deduce auto template parameter unless I add const?
Nov 23, 2021
c++
templates
language-lawyer
c++17
template-argument-deduction
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
« Newer Entries
Older Entries »