peerplays-fc/include/fc/any.hpp

8 lines
127 B
C++
Raw Permalink Normal View History

#pragma once
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 {
// TODO: define this without using boost
2012-09-08 21:37:25 +00:00
typedef boost::any any;
}