On Fri, Jun 24, 2016 at 8:59 PM, marcus overhagen <marcusoverhagen@xxxxxxxxx
wrote:
On Fri, Jun 24, 2016 at 7:02 PM, <b.vitruvio@xxxxxxxxx> wrote:
pass a const reference "const BUrl &"
* There's no need to pass BUrl by pointer, this is
potentially dangerous and leaky without any advantage,
copying is definitely safer.
To avoid pointers *and* copying of complex or large objects, you usually