$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Fusion] Can repetitive_view support "at" function?
From: TONGARI J (tongari95_at_[hidden])
Date: 2014-03-24 10:06:03
I know it's a bit weird for asking repetitive_view which cannot model
BidirectionalSequence to support the functionality of RandomAccessSequence,
but it seems quite reasonable to support "at" when the underlying sequence
models RandomAccessSequence even though repetitive_view cannot model
RandomAccessSequence itself.
Thoughts?