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
Can C++ struct static member variables shadow non type template parameters?
Aug 31, 2022
c++
language-lawyer
c++20
non-type-template-parameter
Why a simple mention of base pointer/reference in subsequent privately derived classes is forbidden?
Sep 21, 2022
c++
compiler-errors
language-lawyer
Can class members be defined outside the namespace in which they are declared?
Aug 28, 2022
c++
c++11
namespaces
language-lawyer
using-directives
Is there any situation in which an object's storage might change during its lifetime?
Sep 21, 2022
c++
language-lawyer
Is it valid to create closure (lambda) objects using `std::bit_cast` in C++20?
Aug 30, 2022
c++
lambda
language-lawyer
c++20
bit-cast
Move assignment of vector of non-movable-non-copyable objects does not compile
Jan 26, 2022
c++
c++11
visual-studio-2013
language-lawyer
move-semantics
Why is overloading on just one ref-qualifier not allowed?
Nov 14, 2022
c++
c++11
overloading
language-lawyer
rvalue
Why is this expression being unsigneded?
Mar 16, 2019
c++
c++11
language-lawyer
Range-based for loop on unordered_map and references [duplicate]
Feb 07, 2022
c++
language-lawyer
c++17
unordered-map
structured-bindings
Can copy constructors of containers be defined as deleted for non-copyable value types?
Nov 16, 2022
c++
containers
language-lawyer
copy-constructor
noncopyable
Perfect forwarding in constructors (C++17)
Sep 20, 2022
c++
gcc
language-lawyer
c++17
template-argument-deduction
Why is a name's point of declaration before its initializer?
Sep 20, 2022
c++
language-lawyer
Can spaceship operator be used in fold expressions?
Sep 20, 2022
c++
language-lawyer
c++20
fold-expression
spaceship-operator
C++, is set_terminate local to every thread?
Jun 27, 2022
c++
exception-handling
c++11
language-lawyer
c++03
Is it guaranteed that the type T[x][y] has the same memory layout as T[x*y] in C?
Sep 20, 2022
c
multidimensional-array
language-lawyer
memory-alignment
Does std::vector::reserve guarantee that the implementation will not invalidate iterators in this case?
Sep 20, 2022
c++
c++11
language-lawyer
stdvector
Does the aliasing loophole apply to signed characters?
Nov 20, 2020
c++
char
language-lawyer
signed
strict-aliasing
C++ string functions - Why do they often have unspecified complexity?
Dec 11, 2020
c++
string
time-complexity
language-lawyer
Constructor called on return statement
Sep 20, 2022
c++
language-lawyer
c++17
After placement-new into buffer, do buffer and instance have same void* address?
Sep 20, 2022
c++
c++11
language-lawyer
placement-new
« Newer Entries
Older Entries »