peerplays-fc/include/fc/any.hpp

14 lines
160 B
C++
Raw Normal View History

2012-09-08 02:50:37 +00:00
#ifndef _FC_ANY_HPP_
#define _FC_ANY_HPP_
namespace fc { namespace reflect {
// provides value semantics
struct any {
};
} }
#endif // _FC_ANY_HPP_