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
Where exactly does C++ standard say dereferencing an uninitialized pointer is undefined behavior?
Sep 19, 2022
c++
standards
undefined-behavior
language-lawyer
Why are std::future and std::promise not final?
Mar 23, 2022
c++
c++11
c++14
language-lawyer
Why does typeof only sometimes throw ReferenceError?
Sep 26, 2022
javascript
expression
language-lawyer
typeof
referenceerror
Are identically named members of unnamed structs in a union an error or a GCC bug?
Feb 18, 2021
c++
gcc
language-lawyer
Function-local static initialization during program exit
Aug 17, 2022
c++
static
language-lawyer
object-lifetime
Why does sizeof(D) equal 2 in this code (see details)? [duplicate]
Aug 17, 2022
c++
language-lawyer
What section of the C++ standard requires that set::erase calls destructors promptly
Feb 28, 2017
c++
c++11
data-structures
language-lawyer
c++-standard-library
Why 'constexpr' parameters are not allowed?
Sep 12, 2022
c++
language-lawyer
c++14
compile-time
Is operator<<(ostream&, obj) on two different streams thread safe?
Oct 23, 2022
c++
multithreading
language-lawyer
ostream
Extending the life of a temporary object by getting a reference to a subobject
Feb 02, 2022
c++
c++11
language-lawyer
temporary-objects
Is copy/move elision allowed when returning *&object?
Sep 19, 2022
c++
language-lawyer
Template member of a non-template class as a friend
Sep 19, 2022
c++
templates
language-lawyer
Why does `std::basic_ios` have a public constructor?
Nov 09, 2021
c++
stream
language-lawyer
Is function pointer comparison in a constexpr function allowed?
Sep 19, 2022
c++
c++11
c++14
language-lawyer
constexpr
Is double-checked locking thread-safe in Python?
Sep 19, 2022
python
multithreading
language-lawyer
Can the order of std::shuffle depend on anything but the RNG?
Sep 12, 2022
c++
random
language-lawyer
How am I misunderstanding the C++ standard regarding "trivially copyable"?
Sep 14, 2022
c++
language-lawyer
Is the name of a non-static-member dependent when used within a non-static member function?
Oct 29, 2022
c++
templates
c++11
language-lawyer
dependent-type
Syntax ambiguities of C++
Sep 20, 2022
c++
parsing
language-lawyer
grammar
In C, how do I make sure that a memory load is performed only once?
Sep 19, 2022
c
language-lawyer
« Newer Entries
Older Entries »