$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Concept Check] ContiguousIterator
From: joel falcou (joel.falcou_at_[hidden])
Date: 2010-10-05 15:45:46
Using BCC, s there any way to refine RandomAccessIterator so the cocnept
captures the fact that the address of two consecutive value iterated over
are contiguous in memory ?
I can't get any proper expression to check for this in a proper way.