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 is the `Idx` type parameter of the `Index` trait allowed to be unsized?
Nov 12, 2021
rust
language-lawyer
Does `printf("%.-1s\n", "foo")` invoke undefined behaviour?
May 26, 2022
c
printf
language-lawyer
standards
undefined-behavior
Reference initialization and constant expressions
Aug 27, 2022
c++
language-lawyer
c++17
Is it ill-formed to attempt to access private member of a class to sfinae out overload?
Sep 17, 2020
c++
language-lawyer
sfinae
typetraits
private-members
Why does GCC diagnose a unused variable for structured bindings while Clang doesn't?
Jun 29, 2021
c++
gcc
language-lawyer
c++17
structured-bindings
Javac missing optimization for effective final
Jun 01, 2022
java
language-lawyer
compiler-optimization
final
javacompiler
Partial Specialization of Variable Templates
Sep 07, 2022
c++
templates
language-lawyer
partial-specialization
variable-templates
Forward declaration of a class nested in in a class template, is it legal?
Sep 13, 2022
c++
templates
c++14
language-lawyer
c++17
Template instantiation behaviour changes when using explicit namespace qualifier?
Jul 25, 2021
c++
templates
language-lawyer
instantiation
template-argument-deduction
Reference to uninitialized memory. Undefined behavior?
Jun 03, 2022
c++
language-lawyer
How does binary I/O of POD types not break the aliasing rules?
Nov 23, 2020
c++
c++14
language-lawyer
memcpy
strict-aliasing
decltype with function template which has default argument make the confused result(a funny problem or gcc's bug)
Sep 11, 2022
c++
templates
language-lawyer
Can a static variable be initialized with a static constant?
Sep 11, 2022
c
language-lawyer
clang says call to void consteval function is not a constant expression
Sep 16, 2022
c++
language-lawyer
c++20
constant-expression
consteval
MSVC Bug? Overloaded member not found for constrained function
Apr 12, 2022
c++
visual-studio
language-lawyer
c++20
Why does bool(val) prefer double implicit conversions over val.operator bool()?
Sep 06, 2022
c++
type-conversion
operator-overloading
language-lawyer
implicit-conversion
Nested classes with forward declaration cause an error in clang++, but pass without warning on g++
Dec 15, 2021
c++
g++
language-lawyer
inner-classes
clang++
What is the meaning of Note 1 in the C++ class member name lookup rules?
Sep 16, 2022
c++
language-lawyer
c++23
Is it valid to overload function with extra non-deducible template parameter?
Aug 31, 2022
c++
templates
language-lawyer
Ambiguity in case of multiple inheritance and spaceship operator in C++20
Sep 07, 2022
c++
language-lawyer
overloading
multiple-inheritance
c++20
« Newer Entries
Older Entries »