Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 618172
Collapse All | Expand All

(-)a/include/old/imagecontainer.hxx (-1 / +1 lines)
Lines 763-769 public: Link Here
763
        /** swap contents of this array with the contents of other
763
        /** swap contents of this array with the contents of other
764
            (STL-Container interface)
764
            (STL-Container interface)
765
         */
765
         */
766
    void swap(const ImagePyramid<ImageType, Alloc> &other)
766
    void swap(ImagePyramid<ImageType, Alloc> &other)
767
    {
767
    {
768
        images_.swap(other.images_);
768
        images_.swap(other.images_);
769
        std::swap(lowestLevel_, other.lowestLevel_);
769
        std::swap(lowestLevel_, other.lowestLevel_);

Return to bug 618172