Changeset 10992 for code/branches/cpp11_v2/src/libraries/util/Singleton.h
- Timestamp:
- Dec 29, 2015, 5:16:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/util/Singleton.h
r10990 r10992 144 144 145 145 private: 146 // non-copyable: 146 147 Singleton(const Singleton&) = delete; 148 Singleton& operator=(const Singleton&) = delete; 147 149 }; 148 150 }
Note: See TracChangeset
for help on using the changeset viewer.