Skip to content

Instantly share code, notes, and snippets.

@j2doll
Created August 12, 2017 07:36
Show Gist options
  • Save j2doll/dbcbf1cee5737f8408e371568fae5077 to your computer and use it in GitHub Desktop.
Save j2doll/dbcbf1cee5737f8408e371568fae5077 to your computer and use it in GitHub Desktop.
UseDB
// UseDB.cpp
#include "DB.h"
DB db1, db2;
db1 = db2; // error
DB db3(db1); // error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment