1.02.01
ART Suite Release Notes 1.02.01 (2012/09/20).¶
Previous version's release notes.
ART 1.02.01.¶
New features:¶
- New function
art::Handle::whyFailed()
to obtain the stored exception from anart::Handle
without it having to be thrown. art::FindOne{,P}
andart::FindMany{,P}
no longer throw on construction if the requiredart::Assns
product is missing. TheisValid()
function allows the status of the object to be checked before use. Other functions will cause a throw if the object is invalid.
Bug fixes:¶
- Fix to
Modules/ArtDictionary.cmake
for external use.
Known issues:¶
- This version is unreleased due to profile build failures caused by reliance on accidental header injection from other STL headers in the debug version absent from profile builds.