Skip to content

Commit 18b1c9c

Browse files
Merge pull request #7084 from remi-delmas-3000/make-contracts-methods-public
CONTRACTS: make `contracts.h` methods public.
2 parents 585039a + a4d33ee commit 18b1c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-instrument/contracts/contracts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ class code_contractst
141141

142142
std::unordered_set<irep_idt> summarized;
143143

144+
public:
144145
/// Translates a function_pointer_obeys_contract_exprt into an assertion
145146
/// ```
146147
/// ASSERT function_pointer == contract;

0 commit comments

Comments
 (0)