11 lines
194 B
C++
11 lines
194 B
C++
#ifndef _library__mathexpr_ntype__hpp__included__
|
|
#define _library__mathexpr_ntype__hpp__included__
|
|
|
|
#include "mathexpr.hpp"
|
|
|
|
namespace mathexpr
|
|
{
|
|
struct typeinfo* expression_value();
|
|
}
|
|
|
|
#endif
|