Skip to main content
Angle.Bracket's user avatar
Angle.Bracket's user avatar
Angle.Bracket's user avatar
Angle.Bracket
Software Engineer
  • Member for 11 years, 7 months
  • Last seen this week
  • Germany
11 votes
1 answer
5k views

What exactly is number of operations in JMH?

10 votes
2 answers
5k views

Using a class template in a function template with universal reference parameter

8 votes
1 answer
742 views

Why is .NET class System.String now in three different assemblies, according to MSDN?

8 votes
1 answer
471 views

When compiling with MINGW gcc, overloaded new operator is not called for std::string

8 votes
1 answer
269 views

Why is the global namespace printf function found without importing module std.compat?

7 votes
4 answers
369 views

How can I format a duration with std::println?

6 votes
1 answer
10k views

Cannot execute Groovy Maven Plugin as a goal

5 votes
4 answers
5k views

Is it possible to get an access_token from Spring OAuth2 server without client secret?

5 votes
1 answer
2k views

Why can't a range be sorted in range-v3?

5 votes
1 answer
213 views

Why is this asynchronous C++ coroutine always being run on the same thread?

5 votes
1 answer
731 views

Why does std::println with STL containers not compile with GCC and Clang?

4 votes
1 answer
2k views

How to render a data-bound WinForms DataGridView Column with an Icon?

4 votes
3 answers
937 views

Overloading the increment operator in C++ Generic Programming

4 votes
1 answer
4k views

Spring web security: is @EnableWebSecurity obsolete?

3 votes
2 answers
1k views

How can I collect results of a Java stream operation that throws exceptions in a concise manner?

3 votes
2 answers
344 views

Is it possible to replace all loop constructs in Java with stream-based constructs?

3 votes
3 answers
143 views

How can a C++ compiler detect a non-const function body?

3 votes
1 answer
287 views

What exactly is the return type of the printfn function in F#?

3 votes
1 answer
4k views

Why are there 2 Java platform binaries running for one java program on Windows 10?

3 votes
2 answers
204 views

How to understand "constness is shallow" with regard to references (as stated in cppreference.com)?

2 votes
1 answer
1k views

Eclipse IDE does not run Java application after modification of module name

2 votes
0 answers
1k views

Why does jdeps issue a warning about a split package?

2 votes
1 answer
374 views

Where to find source code of List.Map in F# module List?

2 votes
2 answers
455 views

How to handle exceptions in F# when using sequence expressions?

2 votes
2 answers
1k views

Spring Security : UserDetailsService works only once

1 vote
1 answer
510 views

Http request not authenticated after passing through Zuul

1 vote
2 answers
1k views

Tween.js not callling call function after adding EventListener

1 vote
1 answer
115 views

No constructor called when calling function

1 vote
3 answers
426 views

Using std::forward with a non-forwarding, plain old reference

1 vote
2 answers
114 views

What is the best way to reuse shared fields with F# types?