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
Why introduce `std::launder` rather than have the compiler take care of it?
Sep 11, 2022
c++
c++17
language-lawyer
rationale
stdlaunder
Value initialization: default initialization or zero initialization?
Sep 13, 2022
c++
constructor
initialization
language-lawyer
c++14
Have anonymous structs and unions in C11 been incorrectly described?
Oct 31, 2022
c
language-lawyer
c11
Copy initialization with deleted copy constructor in reference initialization
Sep 13, 2022
c++
c++11
language-lawyer
implicit-conversion
reference-binding
Can one use parameter value directly (not its type but value itself) in trailing return type syntax
Feb 03, 2021
c++
c++11
language-lawyer
trailing-return-type
Since the Standard C committee did not standardize a simple replacement for gets(), what should it be?
Oct 29, 2022
c
language-lawyer
glibc
libc
Is std::initializer_list{x, y, z} (CTAD) valid?
Sep 12, 2022
c++
language-lawyer
c++17
Cannot use pointer to public member function that comes from a private base
Mar 27, 2022
c++
language-lawyer
Impossibly Fast C++ Delegates and different translation units
Nov 26, 2020
c++
delegates
language-lawyer
one-definition-rule
Reference as a non-type template argument
Sep 13, 2022
c++
c++11
language-lawyer
Returning a local partially initialized struct from a function and undefined behavior
Oct 26, 2020
c
struct
language-lawyer
undefined-behavior
c11
What changes to C++ made copy initialization work for class with explicit constructor?
Oct 22, 2022
c++
c++14
language-lawyer
c++17
explicit
Why does this rvalue reference bind to an lvalue?
Sep 13, 2022
c++
c++14
language-lawyer
rvalue-reference
decltype
Does the standard mandate an lvalue-to-rvalue conversion of the pointer variable when applying indirection?
Jul 20, 2022
c++
pointers
language-lawyer
indirection
lvalue-to-rvalue
Lookup of dependent names in C++ template instantiation
Sep 12, 2022
c++
templates
language-lawyer
argument-dependent-lookup
Existence of objects created in C functions
Feb 09, 2022
c++
c
language-lawyer
object-lifetime
Is it legal to call delete on a null pointer of an incomplete type?
Oct 18, 2022
c++
language-lawyer
delete-operator
incomplete-type
nullptr
Implicit generated members and noexcept
Nov 29, 2019
c++
c++11
language-lawyer
Program with chaining of using-declarations compiles on MSVS and clang but not on GCC
Feb 19, 2022
c++
declaration
language-lawyer
using-declaration
Does C have One Definition Rule like C++?
Mar 17, 2022
c++
c
global-variables
language-lawyer
variable-declaration
« Newer Entries
Older Entries »