Skip to content

Commit

Permalink
Remove spurious character
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds committed Nov 26, 2016
1 parent 2e96b99 commit 6e71766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cereal/cereal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ namespace cereal
from boost, you can check this value within a member or external serialize function
(i.e., Archive::is_loading::value) to enable behavior specific to loading, until
you can transition to split save/load or save_minimal/load_minimal functions */
. using is_loading = std::true_type;
using is_loading = std::true_type;

//! Indicates this archive is not intended for saving
/*! This ensures compatibility with boost archive types. If you are transitioning
Expand Down

0 comments on commit 6e71766

Please sign in to comment.