peerplays-fc/include/fc/any.hpp
2013-06-05 15:19:00 -04:00

7 lines
127 B
C++

#pragma once
#include <boost/any.hpp>
namespace fc {
// TODO: define this without using boost
typedef boost::any any;
}