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 `std::array<T, 0>` default constructible where `T` is not default constructible?
Feb 13, 2022
c++
arrays
c++11
language-lawyer
if constexpr in a recursive generic lambda: different compiler behavior
Mar 08, 2021
c++
lambda
language-lawyer
c++17
if-constexpr
Why "constructor-way" of declaring variable in "for-loop" allowed but in "if-statement" not allowed? [duplicate]
Feb 13, 2018
c++
if-statement
for-loop
language-lawyer
What happens when an exception is thrown while computing a constexpr?
Aug 07, 2018
c++
exception
c++11
language-lawyer
constexpr
Is it possible to initialise a character array with a conditionally selected string literal?
Sep 19, 2022
c++
language-lawyer
string-literals
gcc bug? It inexplicably decays array to pointer, while clang does not
Apr 03, 2022
c++
g++
language-lawyer
c++14
clang++
Behavior of & followed by * operator
Aug 23, 2022
c
language-lawyer
Can a primitive-type data member of a derived class be used as a parameter to its base constructor?
Apr 08, 2022
c++
constructor
language-lawyer
undefined-behavior
Can comparison operator be defaulted outside of class definition in C++20?
Sep 12, 2022
c++
language-lawyer
c++20
comparison-operators
Can typedef names be used to declare or define constructors?
Jan 30, 2021
c++
language-lawyer
Is it legal to use side-effects in exceptions thrown by constexpr?
Aug 17, 2022
c++
c++11
assert
language-lawyer
constexpr
Are variadic arguments after a defaulted parameter well-formed?
Apr 18, 2021
c++
language-lawyer
c++14
variadic-templates
Ambiguous operator overload in Clang
Feb 27, 2022
c++
templates
gcc
clang
language-lawyer
Is it legal to reuse memory from a fundamental type array for a different (yet still fundamental) type array
Sep 21, 2022
c++
casting
language-lawyer
strict-aliasing
Are static class members guaranteed to be initialized before `main` is called?
Feb 19, 2022
c++
language-lawyer
c++03
Is left-shifting (<<) a negative integer undefined behavior in C++11?
Aug 19, 2022
c++
c++11
language-lawyer
Operator cast, GCC and clang: which compiler is right?
Sep 19, 2022
c++
c++11
gcc
clang
language-lawyer
Value initialization: MSVC vs clang
Jun 20, 2022
c++
visual-studio
initialization
clang
language-lawyer
Appending std::vector to itself, undefined behavior?
Dec 09, 2021
c++
vector
language-lawyer
Why does the standard have both seekpos() and seekoff()?
Dec 09, 2019
c++
language-lawyer
« Newer Entries
Older Entries »