> Also, I see that "assert(some-expression)" has been used at a lot of > places in the code of the libraries. Since these libraries are built with > -release option, should these assert statements not be replaced by > "enforce"?
Ok I think asserts are fine since these would be taken out and the library becomes more efficient without these checks. Please ignore. Regards - Puneet
