-
Notifications
You must be signed in to change notification settings - Fork 273
stack_depth takes a signed int as argument #2418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2956972
to
09165fb
Compare
Should that one be unsigned? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passed Diffblue compatibility checks (cbmc commit: 09165fb).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/77134797
09165fb
to
59e974e
Compare
class goto_modelt; | ||
|
||
void stack_depth( | ||
goto_modelt &, | ||
const int depth); | ||
const std::size_t depth); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stack_depth.cpp
c:\codebuild\tmp\src717511119\src\github.com\diffblue\cbmc\src\goto-instrument\stack_depth.h(23): error C2039: 'size_t': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\cstdint(17): note: see declaration of 'std'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo CI passing
59e974e
to
4482007
Compare
No description provided.