peerplays-fc/include/fc/any.hpp

10 lines
137 B
C++
Raw Normal View History

2012-09-08 02:50:37 +00:00
#ifndef _FC_ANY_HPP_
#define _FC_ANY_HPP_
2012-09-08 21:37:25 +00:00
#include <boost/any.hpp>
2012-09-08 02:50:37 +00:00
2012-09-08 21:37:25 +00:00
namespace fc {
typedef boost::any any;
}
2012-09-08 02:50:37 +00:00
#endif // _FC_ANY_HPP_