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
Is it UB to access 'padded' bytes?
Apr 21, 2022
c++
alignment
language-lawyer
Variadic macro with no arguments for its variadic parameter
Oct 17, 2022
c++
c++11
c-preprocessor
language-lawyer
variadic-macros
Overload resolution with universal reference involved
Nov 18, 2021
c++
gcc
c++11
clang
language-lawyer
Is it legal to cast float* to std::complex<float>*
Dec 05, 2021
c++
c++11
language-lawyer
Extending temporary's lifetime, works with block-scoped aggregate, but not through `new`; why?
Mar 26, 2020
c++
c++11
language-lawyer
object-lifetime
Why does the first function call bind to the first function? [duplicate]
Sep 14, 2022
c++
function
templates
language-lawyer
overload-resolution
Why can't a class extend a static nested class occurring within it?
Sep 15, 2022
java
language-lawyer
inner-classes
non-static data member initialization with new expression
Aug 06, 2022
c++
c++11
gcc
language-lawyer
Difference between T t {x} and T t = { x } for integral or enumeration type?
Jul 17, 2021
c++
initialization
language-lawyer
c++14
[[maybe_unused]] on enumerator
Sep 05, 2022
c++
attributes
language-lawyer
c++17
User-defined conversion operator template and built-in operators: no match for operator
Nov 02, 2022
c++
c++11
language-lawyer
Should deduction guide argument initialization considered by class template specialization deduction?
Jan 22, 2022
c++
language-lawyer
c++17
template-argument-deduction
Is it UB to access a member by casting an object pointer to `char *`, then doing `*(member_type*)(pointer + offset)`?
Apr 23, 2022
c++
language-lawyer
Is comparing addresses of dynamically allocated objects allowed in C++20 constant expression?
Jul 29, 2021
c++
language-lawyer
constexpr
c++20
Does virtual `operator <=>` with default implementation make one more virtual method in C++20?
Apr 09, 2022
c++
language-lawyer
c++20
comparison-operators
Can requires-expression in C++20 be of type implicitly convertible to bool?
Sep 13, 2022
c++
language-lawyer
c++20
c++-concepts
Why is there no <stlfwd> header and can the non-existence of it be considered a defect?
Jul 12, 2021
c++
std
forward-declaration
language-lawyer
defects
C++11 Accessing Unscoped Enumerators with Qualified Name
Feb 17, 2022
c++
c++11
enums
language-lawyer
Why is there no operator<< for std::unique_ptr?
Aug 31, 2022
c++
c++11
language-lawyer
unique-ptr
Practically safe to assume sizeof(std::unordered_map<std::string, T>) is the same for all T?
Aug 24, 2022
c++
c++11
stl
language-lawyer
« Newer Entries
Older Entries »