You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some places the non const version of .type() and others would be
called.
We force the const version to be called by using as_const.
In the example in
`jbmc/regression/jbmc-strings/StringConcat/test_buffer_nondet_loop5`
this reduced the number of calls to detach from 744638 to 736844.
0 commit comments