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
Do I still get default copy constructor and operator= if I define ones with non-const arguments?
Oct 27, 2018
c++
constants
language-lawyer
default-copy-constructor
Is scanf guaranteed to not change the value on failure?
Mar 13, 2022
c
scanf
language-lawyer
Constexpr compound assignment operator in clang and gcc
Nov 16, 2022
c++
c++11
language-lawyer
c++14
constexpr
Confusion around function call resolution
Jan 16, 2022
c++
language-lawyer
function-calls
overload-resolution
argument-dependent-lookup
Does the following actually violate the ODR?
Oct 04, 2019
c++
static
inline
language-lawyer
one-definition-rule
Are checked guard parameter packs cause of ill-formed programs?
Aug 05, 2021
c++
templates
language-lawyer
variadic-templates
When an `int` at max value and tested with with postfix ++, is code well-defined?
May 17, 2022
c
language-lawyer
Are local class rules aligned to c++14 return type deduction?
Nov 18, 2022
c++
c++14
language-lawyer
return-type
auto
Anonymous temporaries and class template argument deduction - gcc vs clang
Oct 25, 2020
c++
language-lawyer
c++17
class-template
template-argument-deduction
Does reinterpret_casting std::aligned_storage* to T* without std::launder violate strict-aliasing rules? [duplicate]
Oct 25, 2022
c++
language-lawyer
reinterpret-cast
strict-aliasing
Why is int(a) an expression and int(unsigned(a)) a type-id in the example below?
Mar 08, 2022
c++
language-lawyer
Template template argument causes compiler error under Clang but not GCC [duplicate]
May 17, 2022
c++
templates
language-lawyer
Is overflow of an unsigned bit field guaranteed to wrap-around?
Dec 02, 2019
c++
language-lawyer
integer-overflow
bit-fields
Default template argument of a class template has no effect if placed after the definition of that class template
May 17, 2022
c++
language-lawyer
Which guarantees does the C++ standard have when it comes to issuing diagnostic messages?
Dec 14, 2021
c++
language-lawyer
Alias of a template. Who's right?
Aug 31, 2022
c++
language-lawyer
Can I define a constexpr anonymous/unnamed variable?
Sep 27, 2022
c++
language-lawyer
c++17
constexpr
How come a new-expression can correctly produce the pointer type, even though it should return void*? [duplicate]
Jan 13, 2022
c++
language-lawyer
void-pointers
new-expression
Are captureless lambdas structural types?
Sep 11, 2022
c++
templates
lambda
language-lawyer
c++20
name lookup for typedef is buggy in GNU compiler?
Aug 31, 2022
c++
c++11
typedef
language-lawyer
name-lookup
« Newer Entries
Older Entries »