google / open-vcdiff

An encoder/decoder for the VCDIFF (RFC3284) format
Apache License 2.0
187 stars 52 forks source link

Add an option to force use of auto_ptr for legacy STL implementations. #47

Closed Steelskin closed 9 years ago

Steelskin commented 9 years ago

With this, we can force usage of auto_ptr when using a recent compiler with an old STL implementation. This is meant as a temporary workaround until we provide a proper update to open-vcdiff.

elly commented 9 years ago

Looks good to me.