==> traits.cc <==
#include <string>
#include <utility>
int main() {
std::string s("dsf");
std::make_pair("sdfasf", std::move(s));
return 0;
}
traits.cc should add these lines:
#include <type_traits> // for remove_reference<>::type
Seems related to issue #105. I get the same result for 3.4.1 and HEAD and for
stdc++ and libc++.
Original issue reported on code.google.com by rol...@rschulz.eu on 31 May 2014 at 5:42
Original issue reported on code.google.com by
rol...@rschulz.eu
on 31 May 2014 at 5:42