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
If a global variable is initialized twice (statically, then dynamically), which initialization starts its lifetime?
Aug 30, 2022
c++
language-lawyer
Does deleted destructor change aggregate initialization in C++?
Oct 05, 2022
c++
aggregate
language-lawyer
destructor
default-constructor
Implicit declaration in C
Jan 03, 2018
c
c99
undefined-behavior
language-lawyer
implicit-declaration
Does strtol("-2147483648", 0, 0) overflow if LONG_MAX is 2147483647?
Apr 23, 2022
c
language-lawyer
integer-overflow
What is a core constant expression in the C++11 Standard?
Oct 15, 2022
c++
c++11
language-lawyer
constant-expression
Potentially ambiguous statement in §9.5/8
Jan 12, 2020
c++
c++11
language-lawyer
Why can a member function be called on a temporary but a global function cannot?
May 22, 2022
c++
language-lawyer
§7.1.6.3/1 (C++14) doesn't accept the construction in the second snippet below. Why is this?
Jul 18, 2018
c++
enums
language-lawyer
c++14
Is it valid to pass non-arithmetic types as arguments to cmath functions?
Feb 17, 2022
c++
c++11
language-lawyer
c++14
cmath
Is { 'symbol name': "some value" } valid Ruby 2 syntax for Hashes?
Jun 30, 2021
ruby
language-lawyer
ruby-2.0
ruby-2.1
ruby-2.2
Is iteration order over the different Collection views of a given Map guaranteed to be consistent?
Oct 14, 2022
java
dictionary
collections
iteration
language-lawyer
Why aren't typename template parameters implicitly recognized as types?
May 06, 2022
c++
templates
language-lawyer
c++17
using-directives
Can technically objects occupy non-contiguous bytes of storage?
Nov 04, 2022
c++
layout
language-lawyer
SFINAE with std::enable_if and std::is_default_constructible for incomplete type in libc++
Feb 07, 2022
c++
templates
language-lawyer
sfinae
libc++
What is the value of is_nothrow_copy_assignable for a class with a throwing copy constructor and a noexcept by-value copy assignment?
Apr 17, 2022
c++
c++11
c++14
language-lawyer
Does const mismatch invoke UB when pointer argument is received by va_arg?
Jul 21, 2022
c
language-lawyer
variadic-functions
Why does the using statement work on IEnumerator and what does it do?
Jul 19, 2022
c#
language-lawyer
Why is this reference binding ill-formed?
Jul 10, 2021
c++
language-lawyer
c++17
Do scalar members in a union count towards the common initial sequence?
Jun 14, 2022
c++
language-lawyer
c++17
unions
Can placeholder type in non-type template parameter involve overload resolution of the function passed as a template argument?
Aug 17, 2018
c++
templates
language-lawyer
c++17
« Newer Entries
Older Entries »