Fixed compilation on ubuntu kinetic
This commit is contained in:
@@ -31,6 +31,7 @@ std::string to_string(source_file_t sf)
|
||||
return "implementation";
|
||||
default:
|
||||
assert(false);
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,8 @@ std::string to_string(template_parameter_kind_t k)
|
||||
case template_parameter_kind_t::concept_constraint:
|
||||
return "concept_constraint";
|
||||
default:
|
||||
assert(0);
|
||||
assert(false);
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user