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
Redefinition inconsistency in clang between struct and int
Mar 04, 2026
c++
clang
language-lawyer
using-declaration
redeclaration
Is accessing outer multidimensional array using reference to inner array defined in C?
Mar 04, 2026
c
language-lawyer
Calling `std::shared_future<T>::wait` from multiple threads
Mar 03, 2026
c++
multithreading
thread-safety
language-lawyer
Type conflicts in non-type template argument deduction
Mar 02, 2026
c++
language-lawyer
template-argument-deduction
non-type-template-parameter
Can a compiler decide to ignore a missing typename on dependent type where it is still required by C++20?
Mar 03, 2026
c++
language-lawyer
c++20
typename
Is the correct return type deduced with decltype(auto)?
Mar 03, 2026
c++
language-lawyer
decltype-auto
Catching exceptions by `const` value in C++. Compilers diverge
Mar 02, 2026
c++
exception
initialization
language-lawyer
Will copy constructor be run for this code?
Mar 03, 2026
c++
optimization
reference
copy-constructor
language-lawyer
Redefinition of deleted function of implicitly instantiated class
Mar 02, 2026
c++
templates
language-lawyer
explicit-specialization
implicit-instantiation
Why does Rust's standard library mark generic functions as #[inline]?
Mar 03, 2026
rust
language-lawyer
inline
How is this template specialization instantiated
Mar 02, 2026
c++
language-lawyer
template-specialization
Allowed characters as macro parameters in C
Mar 03, 2026
c
macros
language-lawyer
Is it defined behavior to explicitly call a destructor and then use placement new to reconstruct it?
Mar 03, 2026
c++
language-lawyer
lifetime
Why is using an identifier not in scope UB and not an error
Mar 03, 2026
c
language-lawyer
undefined-behavior
c89
new A[0]: Initialization of zero-size array with dynamic storage duration for a class with inaccessible constructor
Mar 02, 2026
c++
constructor
language-lawyer
new-operator
Are there any difference in empty parentheses (“T()”) and empty braces (“T{}”) when used as initializers?
Mar 01, 2026
c++
initialization
language-lawyer
list-initialization
value-initialization
Conversion operator with const-result - GCC/Clang discrepancy
Mar 01, 2026
c++
language-lawyer
Constexpr call from within another constexpr
Mar 01, 2026
c++
language-lawyer
constexpr
Older Entries »