Skip to content

Commit fb4f36f

Browse files
committed
Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
[SVN r86673]
1 parent 2ceb54f commit fb4f36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/program_options/options_description.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ namespace program_options {
6161
6262
Alas, derived->base conversion for auto_ptr does not really work,
6363
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
64+
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1232.pdf
65+
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#84
6666
6767
So, we have to use plain old pointers. Besides, users are not
6868
expected to use the constructor directly.

0 commit comments

Comments
 (0)