double to int conversionHere 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++17What 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 slowCode and tests are here: https://wandbox.org/permlink/WRrexu49nQ5vnGyb Is there a reason for this?...
This user does not accept Private Messages