Brad King
|
de955e4b6d
Convert KWSys to OSI-approved BSD License
|
16 years ago |
Brad King
|
0e8d822b18
COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform.
|
19 years ago |
Brad King
|
4148fedbf0
ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.
|
19 years ago |
Brad King
|
091eafefb3
COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.
|
19 years ago |
Brad King
|
8c1f9e1b83
ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-to type.
|
19 years ago |
Brad King
|
3fcec9daa4
ENH: Added test for auto_ptr. Documented aut_ptr template implementation.
|
19 years ago |
Brad King
|
a0e26986f7
COMP: More workarounds for Borland.
|
19 years ago |
Brad King
|
b1aae98926
BUG: Assignment should always use reset().
|
19 years ago |
Brad King
|
5ba5c450e6
COMP: Fix for auto_ptr_ref on Borland 5.8.
|
19 years ago |
Brad King
|
d97ae16bad
COMP: Added line accidentally removed.
|
19 years ago |
Brad King
|
220989104c
BUG: Fixed implementation of auto_ptr_ref.
|
19 years ago |
Brad King
|
437e28e63a
COMP: Skip trying to use native auto_ptr implementation and just provide a conforming one.
|
20 years ago |
Brad King
|
68ad66444b
ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere.
|
20 years ago |