Changes between Version 28 and Version 29 of MapGuideCodingStandards


Ignore:
Timestamp:
Jul 29, 2011, 10:33:32 AM (13 years ago)
Author:
waltweltonlair
Comment:

Fix error in description of try-catch-finally behavior.

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideCodingStandards

    v28 v29  
    478478}}}
    479479
    480 A try-catch statement may also be followed by `finally` which is always executed (unless an exception is thrown in the body of an executed catch).
     480A try-catch statement may also be followed by `finally` which is always executed.
    481481{{{
    482482#!cpp