Re: [PATCH 08/13] support/shared_ptr.h: drop support of TR1 smart pointers

2012-10-22 Thread Pavel Sanda
Lars Gullik Bj?nnes wrote: > I have a followup patch to the one above that will change to using > std::shared_ptr (et.al) when available. I see. Is there possibility to kill the deps on boost entirely? Pavel

Re: [PATCH 08/13] support/shared_ptr.h: drop support of TR1 smart pointers

2012-10-22 Thread Lars Gullik Bjønnes
Pavel Sanda writes: | Lars Gullik Bj?nnes wrote: >> diff --git a/src/support/shared_ptr.h b/src/support/shared_ptr.h >> index 69e42da..792beb2 100644 >> --- a/src/support/shared_ptr.h >> +++ b/src/support/shared_ptr.h >> @@ -12,22 +12,6 @@ >> #ifndef LYX_SHARED_PTR_H >> #define LYX_SHARED_PTR_H

Re: [PATCH 08/13] support/shared_ptr.h: drop support of TR1 smart pointers

2012-10-22 Thread Pavel Sanda
Lars Gullik Bj?nnes wrote: > diff --git a/src/support/shared_ptr.h b/src/support/shared_ptr.h > index 69e42da..792beb2 100644 > --- a/src/support/shared_ptr.h > +++ b/src/support/shared_ptr.h > @@ -12,22 +12,6 @@ > #ifndef LYX_SHARED_PTR_H > #define LYX_SHARED_PTR_H > > -#ifdef LYX_USE_TR1 > -

[PATCH 08/13] support/shared_ptr.h: drop support of TR1 smart pointers

2012-10-21 Thread Lars Gullik Bjønnes
--- src/support/shared_ptr.h | 19 --- 1 file changed, 19 deletions(-) diff --git a/src/support/shared_ptr.h b/src/support/shared_ptr.h index 69e42da..792beb2 100644 --- a/src/support/shared_ptr.h +++ b/src/support/shared_ptr.h @@ -12,22 +12,6 @@ #ifndef LYX_SHARED_PTR_H #defin