Skip to main content
CPPCPPCPPCPPCPPCPPCPPCPPCPPCPP's user avatar
CPPCPPCPPCPPCPPCPPCPPCPPCPPCPP's user avatar
CPPCPPCPPCPPCPPCPPCPPCPPCPPCPP's user avatar
CPPCPPCPPCPPCPPCPPCPPCPPCPPCPP
I like big templates. If you know what I mean 🌝
  • Member for 4 years, 11 months
  • Last seen more than 1 year ago
  • Under the bridge
2 votes
1 answer
869 views

Is there a performance difference by wrapping the code in an immediately invoked lambda expression?

2 votes
1 answer
219 views

C++ custom template with unordered_map

2 votes
1 answer
203 views

Shortest invariant meeting point on the directed graph with loops

1 vote
1 answer
355 views

reinterpret_cast of __uint128_t

1 vote
0 answers
17 views

Accessing property of parent class inside another template class [duplicate]

1 vote
1 answer
338 views

Global variable optimisation in anonymous namespace

1 vote
1 answer
2k views

Why does __builtin_return_address crash in Clang?

0 votes
0 answers
76 views

What are the stages of compilation and runtime of a Java AOT program?

0 votes
1 answer
106 views

__builtin_unreachable with floats in GCC

-1 votes
2 answers
305 views

frozenset and tuple inside itself

-2 votes
1 answer
62 views

Usage of Proxy with with [closed]