- Timestamp:
- Jan 17, 2016, 10:29:21 PM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/commandline/CommandLineParser.h
r10542 r11071 107 107 108 108 private: 109 //! Undefined copy constructor 110 CommandLineArgument(const CommandLineArgument& instance); 109 // non-copyable: 110 CommandLineArgument(const CommandLineArgument&) = delete; 111 CommandLineArgument& operator=(const CommandLineArgument&) = delete; 111 112 112 113 //! Parses the value string of a command line argument.
Note: See TracChangeset
for help on using the changeset viewer.