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
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
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
> -
---
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