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
Nested call of consteval functions with a reference argument
Sep 11, 2022
c++
language-lawyer
c++20
consteval
Implicit instantiation of function templates when taking their address
Nov 06, 2022
c++
templates
language-lawyer
When instantiating a template, should members of its incomplete argument types be visible?
Jan 16, 2018
c++
templates
language-lawyer
What makes enum -> int a better conversion than enum -> unsigned?
Oct 24, 2021
c++
overloading
language-lawyer
implicit-conversion
Is it legal to modify a dynamically-allocated `const` object through a re-used non-`const` name?
May 05, 2018
c++
c++11
constants
language-lawyer
const-correctness
C++11 std::is_convertible behaviour with private copy constructor
Dec 10, 2020
c++
c++11
std
language-lawyer
typetraits
Example of entity declared in a anonymous namespace that has external linkage
Aug 31, 2022
c++
c++11
namespaces
language-lawyer
linkage
Scope of declarations in the body of a do-while statement
Oct 19, 2022
c++
declaration
language-lawyer
do-while
The difference between declaring a name, introducing a name, and declaring an entity
Apr 25, 2018
c++
entity
declaration
language-lawyer
using-declaration
Why does g++ fail init of std::function<> from type with conversion operator and inaccessible function call operators?
Sep 28, 2022
c++
c++11
gcc
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
« Newer Entries
Older Entries »