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
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
As far as I can tell, this code should not compile, according to §5.19/3 and §5.19/2 in C++14
May 27, 2021
c++
language-lawyer
c++14
constexpr
Should decltype on a template value parameter trigger a SFINAE context?
Jan 04, 2022
c++
language-lawyer
c++14
template-meta-programming
sfinae
Modifying a container within std::for_each
Mar 07, 2022
c++
language-lawyer
Typo: bool to int conversion induced error in std::ifstream under Linux
Dec 24, 2020
c++
language-lawyer
ifstream
std::atomic in a union with another character
Nov 07, 2022
c++
multithreading
language-lawyer
strict-aliasing
stdatomic
Why unique_ptr with custom deleter won't work for nullptr, while shared_ptr does?
May 29, 2022
c++
c++11
visual-c++
language-lawyer
Does giving data an effective type count as a side-effect?
Nov 16, 2019
c
language-lawyer
lvalue
strict-aliasing
Why are literals not const (except strings)?
Nov 13, 2022
c++
language-lawyer
« Newer Entries
Older Entries »