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 86db622 commit 2c52ef6Copy full SHA for 2c52ef6
src/pointer-analysis/value_set.h
@@ -249,6 +249,7 @@ class value_sett
249
/// Set of dynamic object numbers, equivalent to a set of
250
/// `dynamic_object_exprt`s with corresponding IDs. Used only in internal
251
/// implementation details.
252
+ DEPRECATED(SINCE(2019, 05, 22, "Unused"))
253
typedef std::set<unsigned int> dynamic_object_id_sett;
254
255
/// Map representing the entire value set, mapping from string LHS IDs
0 commit comments