Addressing both ICC issues in #120
This commit is contained in:
@@ -338,7 +338,7 @@ namespace cereal
|
||||
template <class Archive, class T>
|
||||
struct polymorphic_serialization_support
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(__INTEL_COMPILER)
|
||||
//! Creates the appropriate bindings depending on whether the archive supports
|
||||
//! saving or loading
|
||||
virtual void instantiate();
|
||||
|
||||
+1
-1
@@ -410,7 +410,7 @@ private:
|
||||
}
|
||||
|
||||
template <>
|
||||
bool characterOk<char>( Ch )
|
||||
bool characterOk<char>( char )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
+1
-1
@@ -185,7 +185,7 @@ protected:
|
||||
}
|
||||
|
||||
template <>
|
||||
bool characterOk<char>( Ch )
|
||||
bool characterOk<char>( char )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user