11 lines
186 B
C++
11 lines
186 B
C++
#ifndef _FC_VECTOR_FWD_HPP_
|
|
#define _FC_VECTOR_FWD_HPP_
|
|
#if 0
|
|
#include <fc/vector.hpp>
|
|
#else
|
|
namespace fc {
|
|
template<typename T> class vector;
|
|
};
|
|
#endif
|
|
|
|
#endif // _FC_VECTOR_FWD_HPP_
|