mirror of
https://github.com/fraillt/bitsery.git
synced 2026-09-08 03:18:29 +00:00
clang-format using ./format.sh
This commit is contained in:
@@ -95,14 +95,12 @@ namespace bitsery {
|
||||
// and Derived2 member fnc we need explicitly select which function to use
|
||||
template<>
|
||||
struct SelectSerializeFnc<Derived2> : UseMemberFnc
|
||||
{
|
||||
};
|
||||
{};
|
||||
|
||||
// multiple inheritance has non-member serialize function defined
|
||||
template<>
|
||||
struct SelectSerializeFnc<MultipleInheritance> : UseNonMemberFnc
|
||||
{
|
||||
};
|
||||
{};
|
||||
}
|
||||
|
||||
// some helper types
|
||||
|
||||
Reference in New Issue
Block a user