Вот такой код
https://gist.github.com/anonymous/59178dd70424666f492d
Вот такая ошибка
https://gist.github.com/anonymous/135f9da09e1fe3e11490
clang++, C++11, куда копать? Не могу понять что тут теоретически может не хватать компилятору если ему все типы нормально определили
P.S. Забыл добавить в gist заголовочные файлы
#include <iostream>
#include <vector>
#include <memory>
#include <string>
#include <functional>
#include <mutex>
#include <thread>
#include <future>
#include <deque>
#include <vector>
#include <condition_variable>