acsl-language / acsl

Sources for the ANSI/ISO C Specification Language manual
Other
49 stars 8 forks source link

ACSL++ virtual logic functions #65

Open jensgerlach opened 5 years ago

jensgerlach commented 5 years ago

In 2.7.1 of acslpp.pdf (page 68) it is stated that a logic function or predicate may be declared virtual and that dynamic binding applies. For me dynamic binding happens at runtime but the logic functions are not executed at runtime. So, I am a bit confused.