24 Aug
2010
24 Aug
'10
12:04 a.m.
On Aug 23, 2010, at 2:59 AM, haithem rahmani wrote:
Can anyone explain to me why the declaration/impmentation of the "~RegExp()" are being protected by "#if !ENABLE(YARR)" ?
When YARR is enabled, the C++ languageās default destructor does the right thing, so there is no need to explicitly declare a destructor. -- Darin