mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
Remove newlines.
This commit is contained in:
parent
b9741d9433
commit
9f9436e741
@ -38,8 +38,6 @@ namespace chaiscript
|
|||||||
: bad_boxed_cast(t_from, (*t_to.bare_type_info()), what), type_to(t_to) {};
|
: bad_boxed_cast(t_from, (*t_to.bare_type_info()), what), type_to(t_to) {};
|
||||||
|
|
||||||
Type_Info type_to;
|
Type_Info type_to;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class bad_boxed_dynamic_cast : public bad_boxed_cast
|
class bad_boxed_dynamic_cast : public bad_boxed_cast
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user