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
c++11 value-initialization prior to aggregate-initialization
Oct 19, 2022
c++
c++11
aggregate
language-lawyer
value-initialization
noexcept operator and enable_if_t: do they work together?
Oct 20, 2022
c++
gcc
clang
language-lawyer
noexcept
`template <auto>` and partial class template specialization ordering
Oct 19, 2022
c++
templates
language-lawyer
partial-specialization
c++17
What does the C standard mean by "converted to its semantic type" for the floating-point macros?
Oct 19, 2022
c
floating-point
language-lawyer
Overload resolution of template methods with ref-qualifiers
Oct 18, 2022
c++
visual-c++
language-lawyer
Is a vector with incomplete type allowed if absolutely no member functions are called? If so, since when?
Mar 28, 2022
c++
vector
language-lawyer
Two-phase function template compilation: not *only* ADL is employed in the 2nd phase?
Jul 12, 2020
c++
templates
language-lawyer
argument-dependent-lookup
name-lookup
Is the capacity required to be preserved when moving a std::vector?
Sep 11, 2022
c++
c++11
stdvector
language-lawyer
move-semantics
CV-qualified base classes in C++
Jul 04, 2020
c++
c++11
language-lawyer
Are all functions in C/C++ assumed to return?
Sep 23, 2022
c++
c
optimization
language-lawyer
undefined-behavior
How can an incomplete type be used as a template parameter to vector here?
Aug 24, 2020
c++
c++11
language-lawyer
Are structs of variables of the same type layout compatible with a struct containing an array of that type?
Sep 13, 2022
c++
language-lawyer
Does realloc(p, 0) really involves free(p) in glibc?
Oct 17, 2022
c
language-lawyer
glibc
SFINAE works with deduction but fails with substitution
Apr 08, 2022
c++
c++11
templates
language-lawyer
sfinae
Why is (int&)0 ill-formed?
Sep 07, 2022
c++
casting
language-lawyer
static-cast
const-cast
Weird nested class partial specialization results on both gcc and clang
Sep 05, 2022
c++
templates
c++11
language-lawyer
template-meta-programming
Why doesn't "0xe+1" compile?
Sep 12, 2022
c++
syntax
integer
language-lawyer
literals
The code below, is it ill-formed NDR or is it well formed?
Sep 11, 2020
c++
language-lawyer
c++17
constexpr
Why is the braced-init-list not supported in an aggregate deduction but brace elision is supported?
Mar 18, 2022
c++
language-lawyer
c++20
Explicit copy constructor and uniform initialization
Sep 06, 2022
c++
c++11
language-lawyer
copy-constructor
uniform-initialization
« Newer Entries
Older Entries »