7 lines
127 B
C++
Executable file
7 lines
127 B
C++
Executable file
#pragma once
|
|
#include <boost/any.hpp>
|
|
|
|
namespace fc {
|
|
// TODO: define this without using boost
|
|
typedef boost::any any;
|
|
}
|