peerplays-fc/include/fc/vector_fwd.hpp

12 lines
186 B
C++
Raw Normal View History

2012-09-08 02:50:37 +00:00
#ifndef _FC_VECTOR_FWD_HPP_
#define _FC_VECTOR_FWD_HPP_
2012-09-10 01:44:57 +00:00
#if 0
#include <fc/vector.hpp>
#else
2012-09-08 02:50:37 +00:00
namespace fc {
template<typename T> class vector;
};
2012-09-10 01:44:57 +00:00
#endif
2012-09-08 02:50:37 +00:00
#endif // _FC_VECTOR_FWD_HPP_