SpiceQA
Questions
Tags
Users
Badges
language-lawyer
language-lawyer
39 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why does static_assert on a 'reference to const int' fail?
foobar
0
•
asked Sep 20, 2022
0
1
116
language-lawyer
c++
Why do compilers now accept to call str() member on a returned std::ostream& from std::stringstream::operator<<()?
Fareanor
0
•
asked Sep 19, 2022
37
1
1674
language-lawyer
c++
Is std::istream_iterator<int> trivially copy constuctible?
cppbest
0
•
asked Sep 19, 2022
1
1
66
trivially-copyable
constructor
language-lawyer
c++
Is a translation unit valid C++? And is a translation unit (for GCC) the output of g++ -E?
Enlico
0
•
asked Sep 18, 2022
3
1
85
translation-unit
c-preprocessor
language-lawyer
compilation
c++
What is the result of relational operations on two pointers to different base class subobject
xmh0511
0
•
asked Sep 18, 2022
-1
1
73
language-lawyer
c++20
c++
Is it UB to access a non-existent object?
Blackteahamburger
0
•
asked Sep 18, 2022
-2
4
189
language-lawyer
c++
Temporary objects that are usable in constant expressions
std
0
•
asked Sep 18, 2022
8
3
219
constant-expression
temporary-objects
language-lawyer
c++20
c++
Is it OK to use lambda function parameter as a constant expression?
userHk0m1
0
•
asked Sep 17, 2022
0
1
79
consteval
static-assert
language-lawyer
c++20
c++
Is char ch = '\xe4' unspecified or implementation defined
userC0Hl1
0
•
asked Sep 17, 2022
1
2
72
char
language-lawyer
c++
Why was the type of '\xe4' chosen to be char instead of unsigned char
userC0Hl1
0
•
asked Sep 17, 2022
-1
1
97
char
language-lawyer
c++
Prev
Prev
1
2
(current)
3
4
Next
Next
Hot Questions