$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-09-01 17:41:14
JOAQUIN M. LOPEZ MUÑOZ wrote:
> *What's new:*
>
> I've tried to address most of the suggestions and comments
> raised during the review. The two most important changes
> are:
> 1. Alberto Barbati's insightful review has led to the
> introduction of so-called key-value flyweights
I always wondered why Flyweight didn't do it, since this seems like the
best possible use to me, since it really acts like a named resource manager.
That's really great news, and should make Flyweight fairly popular in
the game development world.