$include_dir="/home/hyper-archives/geometry/include"; include("$include_dir/msg-header.inc") ?>
Subject: [geometry] R-tree exception safety
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2012-10-08 09:30:23
Hi,
I'm working on R-tree's exception safety and have some thoughts I'd like
to share. I'm considering requirements for stored Value type. Especially
one requirement would allow me to implement faster algorithms - that
CoordinateType has nonthrowing copy assignment. Do you use or are you
aware of a case in which CoordinateTypes with throwing copy assignment
may be used, e.g. uses dynamically allocated memory? Should it be taken
into account?
Regards,
Adam