On Monday, 10 September 2012 at 11:36:42 UTC, monarch_dodra wrote:
      slice.front() = value;    //Feed back into the range*
Typo in my code when I was investigating, this should be:
      slice.front = value;      //Feed back into the range*

Reply via email to