Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::NonCopyable

Base class for classes that are meant to be noncopyable.

Lifted from boost::noncopyable. Derive from this privately, as it isn't meaningful to hold a collection of NonCopyable* in an array.