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
Are enumeration types layout compatible with their underlying type?
Oct 23, 2022
c++
enums
language-lawyer
c++14
std::vector etc unnecessarily (erroneously?) instantiates nested template argument type
Oct 22, 2022
c++
templates
c++11
language-lawyer
How does the compiler find the template function X::max(T const&, T const&) through ADL in the code below?
Oct 22, 2022
c++
templates
c++11
language-lawyer
argument-dependent-lookup
Dependent qualified name lookup in C++14
Oct 21, 2022
c++
templates
language-lawyer
c++14
overload-resolution
Where in the C++11 standard does it prohibit 'template <typename T> class A {...}; template <typename T> class A<int> {...};' (if anywhere)?
Oct 22, 2022
c++
templates
c++11
language-lawyer
Passing a dummy lock to std::condition_variable_any::wait
Oct 22, 2022
c++
multithreading
locking
language-lawyer
condition-variable
Can undefined behavior which would follow a getc() alter program behavior if the getc() exits via SIGINT
Oct 21, 2022
c
language-lawyer
undefined-behavior
Effect of single hash in object-like macro
Oct 21, 2022
c
c-preprocessor
language-lawyer
Trying to understand [class.qual]/2 in the C++ Standard
Oct 21, 2022
c++
constructor
language-lawyer
c++14
How are fold expressions used in the partial ordering of constraints?
Oct 21, 2022
c++
language-lawyer
c++17
c++-concepts
fold-expression
Is copy elision valid in default function arguments?
Oct 21, 2022
c++
language-lawyer
Template parameters not deducible in partial specialization in gcc6, for a case that used to work in gcc5
Oct 20, 2022
c++
templates
gcc
language-lawyer
Why do inline elements behave like block level elements when floated?
Nov 06, 2022
css
css-float
language-lawyer
Initialization of an array of non-moveable objects: why does such code fail to compile on GCC?
Feb 07, 2022
c++
arrays
gcc
language-lawyer
Segmentation fault for lambda function in non-static data member initializer
Jan 19, 2021
c++
c++11
gcc
language-lawyer
Is the initializer of a constexpr variable at class scope allowed to reference the variable?
Sep 15, 2022
c++
c++14
language-lawyer
constexpr
C++17 Purpose of std::from_chars and std::to_chars?
Oct 07, 2022
c++
string
language-lawyer
c++17
A issue about the second phase name lookup for default argument
Feb 01, 2021
c++
templates
c++17
language-lawyer
Can we apply content not explicitly cited from the normative references to the C++ standard?
Oct 11, 2020
c++
c++11
standards
language-lawyer
iso
Will a void* always have the same representation as a char*?
Nov 14, 2022
c
pointers
language-lawyer
« Newer Entries
Older Entries »