We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf76d6 commit a20da78Copy full SHA for a20da78
src/pointer-analysis/value_set.h
@@ -243,6 +243,7 @@ class value_sett
243
/// Set of dynamic object numbers, equivalent to a set of
244
/// `dynamic_object_exprt`s with corresponding IDs. Used only in internal
245
/// implementation details.
246
+ DEPRECATED(SINCE(2019, 05, 22, "Unused"))
247
typedef std::set<unsigned int> dynamic_object_id_sett;
248
249
/// Map representing the entire value set, mapping from string LHS IDs
0 commit comments