]> git.sesse.net Git - casparcg/blob - common/future_fwd.h
Fixed some issues detected by clang static analysis, also created bat file that launc...
[casparcg] / common / future_fwd.h
1 #pragma once
2
3 #include "forward.h"
4
5 FORWARD1(boost, template<typename> class unique_future);
6 FORWARD1(boost, template<typename> class shared_future);