Changes between Initial Version and Version 1 of Ticket #11985


Ignore:
Timestamp:
Feb 15, 2016, 9:32:48 AM (7 years ago)
Author:
Tobias Loew
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11985 – Description

    initial v1  
    33the following code generates an error when compiled with MSVC 11 (aka VS 2012)
    44
     5{{{
    56    std::vector<int> arr;
    67    arr.push_back(42);
     
    910    const boost::sub_range<std::vector<int>>& ran_ref = ran;
    1011    boost::sub_range<std::vector<int>> ran_3 = ran_ref;
     12}}}
     13
    1114
    1215