wrote:
>On Wed, 2015-10-07, Mark wrote:
>> On 6 Oct 2015 16:27:06 GMT, Jorgen Grahn <
grahn...@snipabacken.se>
>> wrote:
>>
>>>On Tue, 2015-10-06, Mark wrote:
>>>> On Tue, 6 Oct 2015 12:05:38 +0100, touc <
n...@thebainbridges.me> wrote:
>>>>
>>>>>On 06/10/15 11:04, Mark wrote:
>>>>> > I am trying to build some legacy C++ code. Much of the code uses the
>>>>> > std::vector class and fails to compile. I have created a simple
>>>>> > example which also gives the same error:
>
>...
>
>>>I wonder why it ever compiled -- if it did. Your use of the word
>>>"legacy" above sounds to me as a hint that it once did ... but I
>>>cannot think of a way that a standard library or compiler would allow
>>>it.
>>
>> I can't answer this. This is my first involvement in this code but,
>> like you, assume it once did compile -- but with a different compiler
>> on a different OS.
>
>Well, I /both/ assume it did -- and at the same time cannot think of
>any circumstances where that could happen!
>
>Can anyone else here?
>
>(To me it's just an intellectual exercise, but I guess that if the
>code never did compile, that would be important information for you
>... perhaps you got the wrong version of the code?)