COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. It does... ITK-3-2-pb
commita768f1a925740a9adb2a29dc9e35a29cddfda228
authorking <king>
Fri, 9 Mar 2007 21:58:08 +0000 (9 21:58 +0000)
committerking <king>
Fri, 9 Mar 2007 21:58:08 +0000 (9 21:58 +0000)
tree365b7583ef07a81b45dd35e2f45c670add5310bb
parent0d7765016fc767c1b50666f87fadee5930c5907f
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.
Source/kwsys/auto_ptr.hxx.in