Forked from
Utils / KWSys
1296 commits behind the upstream repository.
-
Brad King authored
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.
Brad King authoredCOMP: 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.
auto_ptr.hxx.in 5.95 KiB