- Basic RTTI type data with inheritance.
This commit is contained in:
@@ -21,9 +21,11 @@
|
||||
|
||||
#include "float.h"
|
||||
#include "integer.h"
|
||||
#include "type_name.h"
|
||||
|
||||
int main(int, const char**)
|
||||
{
|
||||
float_h();
|
||||
integer_h();
|
||||
type_name_h();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user