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
Function overloading with initialization_list causing ambiguity
Feb 25, 2026
c++
c++11
shared-ptr
language-lawyer
overloading
Can I perform arithmetic operations on an atomic variable directly?
Feb 25, 2026
c
multithreading
language-lawyer
atomic
stdatomic
Why conversion function is not used for an object when it is assigned to?
Feb 26, 2026
c++
type-conversion
language-lawyer
assignment-operator
explicit
Does const char* alias with char*?
Feb 26, 2026
c
language-lawyer
undefined-behavior
Uniqueness of multiple unnamed namespaces within translation unit
Feb 25, 2026
c++
language-lawyer
unnamed-namespace
Is it undefined behavior to do runtime borrow management with the help of raw pointers in Rust?
Feb 25, 2026
rust
language-lawyer
undefined-behavior
ffi
borrowing
Why isn't explicit specialization with private type allowed for function templates?
Feb 25, 2026
c++
language-lawyer
Are deleted constructors still considered as trivial?
Feb 25, 2026
c++
language-lawyer
trivially-copyable
Use of earlier member in designated initializer
Feb 22, 2026
c++
language-lawyer
c++20
aggregate-initialization
designated-initializer
Calling std::async twice without storing the returned std::future
Feb 24, 2026
c++
multithreading
asynchronous
c++17
language-lawyer
What is the purpose of the `iterator-sentinel-pair` concept in [ranges.subrange]?
Feb 23, 2026
c++
language-lawyer
c++20
Clarification on the meaning of interpretation of a template [duplicate]
Feb 22, 2026
c++
templates
language-lawyer
token-name-resolution
Why class forward declaration is not allowed in function scope?
Feb 21, 2026
c++
class
compiler-errors
forward-declaration
language-lawyer
Why is it illegal to use both prefix and postfix at the same time? [duplicate]
Feb 21, 2026
c#
language-lawyer
postfix-operator
prefix-operator
constexpr char array with GCC and clang
Feb 20, 2026
c++
arrays
c++11
language-lawyer
constexpr
Why does 'A a{};' compile when the default constructor A::A() is deleted? [duplicate]
Feb 20, 2026
c++
c++11
language-lawyer
uniform-initialization
What is the rule for assignment of the integer value of enum?
Feb 19, 2026
c++
c++11
enums
language-lawyer
§12.3.2 [class.conv.fct]/1 in C++1z changed substantially in relation to C++14. Does it make sense?
Feb 19, 2026
c++
language-lawyer
c++14
c++17
How can I disable concept evaluation result caching?
Feb 19, 2026
c++
lambda
language-lawyer
c++20
c++-concepts
Are specializations over a non-type template parameter with an argument of different pointer-to-members guaranteed to be unique specializations?
Feb 18, 2026
c++
templates
language-lawyer
specialization
Older Entries »