Changeset 10990 for code/branches/cpp11_v2/src/libraries/util/Singleton.h
- Timestamp:
- Dec 29, 2015, 4:47:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/util/Singleton.h
r10765 r10990 144 144 145 145 private: 146 Singleton(const Singleton& rhs); //!< Don't use (undefined)146 Singleton(const Singleton&) = delete; 147 147 }; 148 148 }
Note: See TracChangeset
for help on using the changeset viewer.