Document that Trick does not in fact yet support C++ STL types #1339

This commit is contained in:
John M. Penn 2022-09-02 16:33:53 -05:00
parent 1e2bd21b62
commit 5906efe0f9

View File

@ -1,7 +1,9 @@
| [Home](/trick) → [Documentation Home](../Documentation-Home) → [Simulation Capabilities](Simulation-Capabilities) → STL Checkpointing |
|------------------------------------------------------------------|
Trick checkpoints the following STL types: array, vector, list, deque, set, multiset map, multimap, stack, queue, priority_queue, pair.
Trick does not currently support checkpointing C++ Standard Template Library (STL) types, although we working on it.
For those data-structures you intend to checkpoint, you should avoid using STLs.
[Continue to Threads](Threads)