Opened 12 years ago
#4597 new Bugs
options_description should be defined as noncopyable
Reported by: | Mateusz Loskot | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | To Be Determined | Component: | program_options |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The [source:trunk/boost/program_options/options_description.hpp@62236#L226 options_description] class in program_options library conceptually seems to be noncopyable. It consists of const members. Thus, the definition should state it's noncopyable type as well and declare private copy ctor/op.
Note:
See TracTickets
for help on using tickets.