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