mirror of
https://github.com/RPCS3/cereal.git
synced 2024-12-04 17:26:44 +00:00
remove superfluous semicolon
This commit is contained in:
parent
70754e2cab
commit
015ed43eed
@ -84,7 +84,7 @@ namespace cereal
|
||||
struct tuple_element_name
|
||||
{
|
||||
using type = typename to_string_impl<T/10, T%10>::type;
|
||||
static const typename type::arr_type c_str(){ return type::str; };
|
||||
static const typename type::arr_type c_str(){ return type::str; }
|
||||
};
|
||||
|
||||
// unwinds a tuple to save it
|
||||
|
Loading…
Reference in New Issue
Block a user