Forbid copy c'tor and assignment in ArticleCollection
commit0258267d8d15bc2cf24a81f2c45aa298a9a5ac41
authorAndreas Düring <github@duering-andreas.de>
Tue, 22 Nov 2016 18:59:13 +0000 (22 19:59 +0100)
committerAndreas Düring <github@duering-andreas.de>
Tue, 22 Nov 2016 18:59:13 +0000 (22 19:59 +0100)
treee597986f8d355f2a30bdbe47c95275e5b539d8aa
parent361a0bdf6beb3519e81e0bba7fbdc82c03be9513
Forbid copy c'tor and assignment in ArticleCollection

  and fix stupid "constructor assignment"

  This is important, because I store raw pointers.
  One ArticleCollection going out of scope or being deleted will
  delete all articles... with catastrophic consequences for
  the other instance
src/ArticleCollection.h
src/main.cpp