]> git.sesse.net Git - casparcg/blob - common/future_fwd.h
[build] Created automatically generated build number, so that it is easier to see...
[casparcg] / common / future_fwd.h
1 #pragma once
2
3 #include "forward.h"
4
5 FORWARD1(std, template<typename> class future);
6 FORWARD1(std, template<typename> class shared_future);
7 FORWARD1(std, template<typename> class promise);