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
Is decltype of a non-static member function ill-formed?
Aug 27, 2022
c++
c++14
language-lawyer
c++17
decltype
Constexpr constructor fails to satisfy the requirements, but still constexpr. Why?
Aug 25, 2022
c++
language-lawyer
c++17
Do data member addresses lie between (this) and (this+1)?
May 09, 2022
c++
language-lawyer
Moving local variable into return value of different type
Dec 14, 2020
c++
language-lawyer
move
Why does default constructor of std::atomic not default initialize the underlying stored value?
Nov 18, 2022
c++
initialization
language-lawyer
stdatomic
limits and uses of C++20 template lambas
May 17, 2022
c++
lambda
language-lawyer
c++20
generic-lambda
Does size_t have the same size and alignment as ptrdiff_t?
Sep 10, 2022
c++
language-lawyer
size-t
ptrdiff-t
Can I clone the bytes of a C++ object, overwrite the original bytes, then copy those bytes back?
Jan 03, 2021
c++
language-lawyer
How does a converting constructor with more than a single non-optional parameter look like and why does it make sense?
Oct 29, 2022
c++
constructor
c++11
type-conversion
language-lawyer
The Standard seems to support (the snippet below compiles) a static data member having the same type as the class itself [duplicate]
May 25, 2022
c++
c++11
static-members
language-lawyer
Meaning of valid pointer
Nov 12, 2022
c++
language-lawyer
Why implicit conversion of bool to string isn't an error?
Sep 17, 2022
c++
string
boolean
language-lawyer
implicit-conversion
What is the zero-length array mentioned in the draft standard?
Oct 15, 2022
c++
arrays
language-lawyer
Is GCC correct in requiring the constexpr specifier for this reference declaration?
Nov 14, 2022
c++
gcc
language-lawyer
c++14
constexpr
Will template parameter deduction for constructors available since C++17 allow explicitly specify some of the class template arguments?
Mar 13, 2022
c++
templates
language-lawyer
c++17
Is Rust's lexical grammar regular, context-free or context-sensitive?
Mar 17, 2022
rust
language-lawyer
grammar
chomsky-hierarchy
Why is it impossible to explicitly default a copy constructor with volatile argument?
Oct 31, 2022
c++
language-lawyer
copy-constructor
volatile
Is it safe to memcpy to a dynamic storage struct?
Apr 20, 2022
c
struct
malloc
language-lawyer
memcpy
Why does this template argument deduction/overload resolution fail?
Sep 21, 2022
c++
templates
language-lawyer
overload-resolution
how to understand volatile example in Java Language Specification?
May 08, 2022
java
jvm
language-lawyer
java-memory-model
« Newer Entries
Older Entries »