[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [T-Merge] wrap long lines issues a comments

From: Oto BREZINA <otik_at_printflow.eu>
Date: Sun, 24 Apr 2011 08:59:16 +0200

On 2011-04-23 11:44, Stefan Küng wrote:
> On 23.04.2011 10:05, Oto BREZINA wrote:
> Right. I remember that I was thinking of using just one vector instead
> of three. But I don't remember why I didn't do it.
> I've done some testing and it seems the three vectors really are
> identical in all situations I tested.
> So I'd say if you want, you can try and use a global vector instead of
> three.
I tried that when I set it as static I gen (for me) strange linker
error. I move all inline methods dealing with m_Screen2View to cpp, but
still have one error.

1>BaseView.obj : error LNK2001: unresolved external symbol "protected:
static class std::vector<struct CBaseView::TScreenLineInfo,class
std::allocator<struct CBaseView::TScreenLineInfo> >
CBaseView::m_Screen2View"
(?m_Screen2View_at_CBaseView@@1V?$vector_at_UTScreenLineInfo@CBaseView@@V?$allocator_at_UTScreenLineInfo@CBaseView@@@std@@@std@@A)

I read it four times and ... nothing.
> Stefan

-- 
Oto BREZINA, Printflow s.r.o., EU
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2723803
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-04-24 08:59:26 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.