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
What is the type of command-line argument `argv` in C?
Nov 14, 2022
c
arrays
pointers
language-lawyer
argv
Valid programs in C89, but not in C99
Sep 14, 2022
c
language-lawyer
c99
c89
Class template specialization priority/ambiguity
Sep 14, 2022
c++
c++11
language-lawyer
variadic-templates
template-specialization
Can variadic template template parameter be partial-specialized?
Oct 31, 2022
c++
templates
clang
language-lawyer
template-specialization
In using-declaration, can dependent names render to constructors after template substitution?
Oct 17, 2022
c++
templates
language-lawyer
using-declaration
inheriting-constructors
Is an implementation of std::tuple allowed to fail with triggering a derived-to-base conversion for empty class elements?
Sep 21, 2021
c++
c++11
language-lawyer
stdtuple
What Limitation of std::async is Stroustrup Referring To?
Oct 13, 2018
multithreading
c++11
asynchronous
concurrency
language-lawyer
Converting a pointer-to-member-of-base to a pointer-to-member-of-derived
Sep 14, 2022
c++
language-lawyer
c++17
Why is `is_destructible` defined using `declval<U&>().~U()` and not `declval<U>().~U()`?
May 28, 2020
c++
language-lawyer
typetraits
Confused by default constructor description of std::tuple in the ISO C++ Standard
Nov 10, 2022
c++
c++11
language-lawyer
stdtuple
What is the value category of the operands of C++ operators when unspecified?
Aug 03, 2017
c++
c++11
operators
language-lawyer
rvalue
A using-declaration can not be repeated in function scope. Why is that?
Sep 14, 2022
c++
language-lawyer
c++14
using-declaration
Are placeholders types of non-type template parameters interchangeable in case of template template parameter
Sep 10, 2022
c++
templates
language-lawyer
c++17
Why doesnt this operator usage in the trailing return type compile?
Sep 14, 2022
c++
c++11
operator-keyword
language-lawyer
trailing-return-type
static member of class template error
Sep 12, 2022
c++
c++11
language-lawyer
C++17 And the Current State of Decimal Floating Point
Feb 16, 2022
c++
floating-point
language-lawyer
c++17
Injected-class-names of class templates
Mar 24, 2020
c++
templates
language-lawyer
Is this error message correct: non-type template argument is not a constant expression
Jul 11, 2019
c++
templates
c++11
language-lawyer
constexpr
`pair::operator=(pair&&)` error with `auto&` deduced move operations - libstdc++ regression?
Sep 14, 2022
c++
c++14
language-lawyer
move-semantics
libstdc++
Is placement new legally required for putting an int into a char array?
Mar 25, 2022
c++
language-lawyer
primitive-types
strict-aliasing
placement-new
« Newer Entries
Older Entries »