peerplays-fc/include/fc/any.hpp
2012-09-07 22:50:37 -04:00

13 lines
160 B
C++

#ifndef _FC_ANY_HPP_
#define _FC_ANY_HPP_
namespace fc { namespace reflect {
// provides value semantics
struct any {
};
} }
#endif // _FC_ANY_HPP_