I am trying to do emplace_back into a std::vector>, but could not find the right syntax to do it.
emplace_back
std::vector>
#i
This seems to be currently unsupported, if I understand these issue reports right:
http://cplusplus.github.io/LWG/lwg-active.html#2089
http://cplusplus.github.io/LWG/lwg-active.html#2070