#36364: Missing support for std::this_thread::sleep_for/sleep_until -------------------------------+-------------------------------- Reporter: l.digaspero@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: MacPorts Future Component: ports | Version: 2.1.2 Keywords: c++11 std::thread | Port: gcc47 gcc48 -------------------------------+-------------------------------- In order to fully support c++11 threads for g++47/g++48, it is necessary to add the flag --enable-libstdccxx-time to ./configure in order to automatically define the _GLIBCXX_USE_NANOSLEEP macro and compile the support to sleep_for/sleep_until functions in threads. -- Ticket URL: <https://trac.macports.org/ticket/36364> MacPorts <http://www.macports.org/> Ports system for Mac OS