mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 17:22:52 +00:00
Document that Trick does not in fact yet support C++ STL types #1339
This commit is contained in:
parent
1e2bd21b62
commit
5906efe0f9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user