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
Guaranteed memory layout for standard layout struct with a single array member of primitive type
Jan 02, 2022
c++
language-lawyer
memory-layout
standard-layout
What does "Assignable" really mean?
Oct 17, 2022
c++
c++11
language-lawyer
Is it illegal to invoke a std::function<void(Args...)> under the standard?
Aug 19, 2022
c++
c++11
language-lawyer
std-function
c++14
Using alias templates for sfinae: does the language allow it?
Sep 05, 2022
c++
c++11
language-lawyer
sfinae
Is decltype(auto) for a structured binding supposed to be a reference?
Apr 30, 2021
c++
language-lawyer
c++17
structured-bindings
Does a phantom type have the same alignment as the original one?
Sep 22, 2022
c++
struct
types
language-lawyer
memory-alignment
Is the Empty Base Class Optimization now a mandatory optimization (at least for standard-layout classes)?
Oct 14, 2022
c++
c++11
language-lawyer
Self-initialization of a static constexpr variable, is it well-formed?
Sep 05, 2022
c++
language-lawyer
c++14
constexpr
c++17
What expressions create xvalues?
Sep 05, 2022
c++
c++11
language-lawyer
xvalue
Does C++11 require this lambda to be declared mutable?
Sep 05, 2022
c++
c++11
lambda
visual-studio-2013
language-lawyer
Can a void-returning function g return f(); when f returns void?
Sep 07, 2022
c
language-lawyer
c11
Can the "main" function be declared with the "noexcept" specifier?
Sep 05, 2022
c++
language-lawyer
main
c++17
noexcept
Why is this overload of a conversion operator chosen?
Feb 15, 2022
c++
language-lawyer
c++17
overload-resolution
Using std::visit on a class inheriting from std::variant - libstdc++ vs libc++
Dec 28, 2020
c++
language-lawyer
c++17
variant
C++ multiple inheritance order
Sep 05, 2022
c++
oop
multiple-inheritance
language-lawyer
Why is `make_unique<T[N]>` disallowed?
Sep 05, 2022
c++
language-lawyer
unique-ptr
c++14
The "(optional)" marker in cppreference.com documentation
Sep 15, 2022
c++
language-lawyer
Can std::vector move its data to another address at emplace_back() even though there is still unused space according to capacity()?
Sep 05, 2022
c++
c++11
vector
language-lawyer
Use cases for std::add_const and similar
Dec 08, 2021
c++
c++11
language-lawyer
What does the C++ standard say about std::vector<int> v1,v2; std::distance(v1.begin(),v2.begin())?
Sep 05, 2022
c++
iterator
standards
language-lawyer
c++-standard-library
« Newer Entries
Older Entries »