mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Added inline to get_type_str
This commit is contained in:
parent
206ecc7760
commit
34112749eb
@ -82,7 +82,7 @@ namespace crow
|
||||
Object,
|
||||
};
|
||||
|
||||
const char* get_type_str(type t) {
|
||||
inline const char* get_type_str(type t) {
|
||||
switch(t){
|
||||
case type::Number: return "Number";
|
||||
case type::False: return "False";
|
||||
|
Loading…
Reference in New Issue
Block a user