[Preprocessor] documentation link broken
Hi, There's a web page misdirect for the MPL library. If you go here: http://www.boost.org/doc/libs/1_47_0/libs/preprocessor/doc/index.html and click Introduction, it will attempt to go here: http://boost-consulting.com/tmpbook/preprocessor.html and be redirected here: http://www.boostpro.com/tmpbook/preprocessor.html where you get an Internal Server Error message. The other links seem okay, it's only the Introduction link that's broken. -- Noel
On Oct 26, 2011, at 3:52 PM, Belcourt, K. Noel wrote:
Hi,
There's a web page misdirect for the MPL library. If you go here:
Oops, s/MPL/Preprocessor/.
http://www.boost.org/doc/libs/1_47_0/libs/preprocessor/doc/index.html
and click Introduction, it will attempt to go here:
http://boost-consulting.com/tmpbook/preprocessor.html
and be redirected here:
http://www.boostpro.com/tmpbook/preprocessor.html
where you get an Internal Server Error message.
The other links seem okay, it's only the Introduction link that's broken.
-- Noel
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On 10/26/2011 5:56 PM, Belcourt, K. Noel wrote:
On Oct 26, 2011, at 3:52 PM, Belcourt, K. Noel wrote:
Hi,
There's a web page misdirect for the MPL library. If you go here:
Oops, s/MPL/Preprocessor/.
http://www.boost.org/doc/libs/1_47_0/libs/preprocessor/doc/index.html
and click Introduction, it will attempt to go here:
http://boost-consulting.com/tmpbook/preprocessor.html
and be redirected here:
http://www.boostpro.com/tmpbook/preprocessor.html
where you get an Internal Server Error message.
The other links seem okay, it's only the Introduction link that's broken.
The introduction pointed to, I believe, Appendix A of the "C++ Template Metaprogramming" book by David Abrahams and Aleksey Gurtovoy. Is it still online somewhere ? If so, the link should change to point to wherever Appendix A is online. If anyone knows where Appendix A is online I will be glad to change that link for 1.48 and the future.
Le 27/10/11 02:01, Edward Diener a écrit :
The introduction pointed to, I believe, Appendix A of the "C++ Template Metaprogramming" book by David Abrahams and Aleksey Gurtovoy. Is it still online somewhere ? If so, the link should change to point to wherever Appendix A is online. If anyone knows where Appendix A is online I will be glad to change that link for 1.48 and the future.
You can find it here http://www.boostpro.com/mplbook/ Best, Vicente
On 10/26/2011 9:10 PM, Vicente J. Botet Escriba wrote:
Le 27/10/11 02:01, Edward Diener a écrit :
The introduction pointed to, I believe, Appendix A of the "C++ Template Metaprogramming" book by David Abrahams and Aleksey Gurtovoy. Is it still online somewhere ? If so, the link should change to point to wherever Appendix A is online. If anyone knows where Appendix A is online I will be glad to change that link for 1.48 and the future.
You can find it here http://www.boostpro.com/mplbook/
Best, Vicente
Thanks, Vicente ! I updated to the correct link on the trunk. It will have to be up to Paul when he wants to merge the preprocessor changes on the trunk to the release version. I will probably not make it for 1.48 because the changes for variadic macro support in Boost PP are on the trunk and I never heard anything from Paul saying he wanted to merge those changes into 1.48. I hope the changes can make it into 1.49.
On Wed, 26 Oct 2011 22:15:24 -0400, Edward Diener wrote:
Thanks, Vicente ! I updated to the correct link on the trunk. It will have to be up to Paul when he wants to merge the preprocessor changes on the trunk to the release version. I will probably not make it for 1.48 because the changes for variadic macro support in Boost PP are on the trunk and I never heard anything from Paul saying he wanted to merge those changes into 1.48. I hope the changes can make it into 1.49.
My bad, guys. I didn't realize that the release branch wasn't branched off the trunk like it used to be. -Paul
participants (4)
-
Belcourt, K. Noel
-
Edward Diener
-
Paul Mensonides
-
Vicente J. Botet Escriba