This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

error: reference to ‘__detail’ is ambiguous


Ed, I'm seeing errors using -std=c++1y with this code:

#include <chrono>
#include <random>

int main()
{
}

I think this is due to you chrono literals patch, could you take a look please?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]