mirror of
https://github.com/USCiLab/cereal.git
synced 2025-10-18 01:45:52 +02:00
pointers: add missing closing bracket in example code (#623)
This commit is contained in:
@@ -81,6 +81,7 @@ namespace cereal
|
||||
construct( x ); // calls MyType( x )
|
||||
}
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
Implementing either of the `load_and_construct` styles will allow you to serialize smart pointers to a type without a
|
||||
|
||||
Reference in New Issue
Block a user