Is it bug, that std::rotate
function have void
return value type in GCC 4.9 even if I specify -std=gnu++1y
flag? As it pointed here there should be meaningfull (for some applications) return value.
std::rotate
in gcc doesn't conform to the C++11 standard (i.e., it's not implemented yet).If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With