Subject: [Boost-users] [Fusion] Adapting read-only fields of ADTs
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2011-04-11 03:18:20


Hi,

How would I use BOOST_FUSION_ADAPT_ADT to turn an ADT that doesn't
expose setters into a read-only sequence? In other words, what do I pass
as set_exprN if there is no valid set expression?

Sebastian