DEBSOURCES
Skip Quicknav
sources / bobcat / 3.01.00-1 / glob / operatorassign.cc
12345678
#include "glob.ih" Glob &Glob::operator=(Glob const &other) { Glob tmp(other); swap(tmp); return *this; }