User: elohssa

  • Public profile

User profile: elohssa

User info
User name:elohssa
History
Joined:
Number of posts:88
Latest posts:

double to int conversion
Here is the complete example of what I meant: https://wandbox.org/permlink/brsDkmftRK2VWlB1 Basica...

double to int conversion
[code] auto maximum = std::numeric_limits<uint64_t>::max() & ~uint64_t(0xFFF); double d = ma...

Temporaries and arrgegate member initializers c++17
What are the rules around this? This example seems to work with GCC and clang; is this just UB or is...

What's the rule on static template member initialization?
Are compilers allowed to optimize these out if they are not referenced? Seems different to normal st...

std::future slow
Code and tests are here: https://wandbox.org/permlink/WRrexu49nQ5vnGyb Is there a reason for this?...

This user does not accept Private Messages