We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceb54f commit fb4f36fCopy full SHA for fb4f36f
include/boost/program_options/options_description.hpp
@@ -61,8 +61,8 @@ namespace program_options {
61
62
Alas, derived->base conversion for auto_ptr does not really work,
63
see
64
- http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2000/n1232.pdf
65
- http://std.dkuug.dk/jtc1/sc22/wg21/docs/cwg_defects.html#84
+ http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1232.pdf
+ http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#84
66
67
So, we have to use plain old pointers. Besides, users are not
68
expected to use the constructor directly.
0 commit comments