From 39dc356ca210eee2cef736f5edb90e21c0ea6463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Tue, 28 Apr 2020 09:46:33 +0200 Subject: [PATCH] Fix link syntax in GIL release notes --- feed/history/boost_1_73_0.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed/history/boost_1_73_0.qbk b/feed/history/boost_1_73_0.qbk index 7a526260..d289c864 100644 --- a/feed/history/boost_1_73_0.qbk +++ b/feed/history/boost_1_73_0.qbk @@ -167,7 +167,7 @@ Please keep the list of libraries sorted in lexicographical order. * Renamed all macros using `BOOST_GIL_` prefix ([github_pr gil 411]). * Renamed all CMake configuration options using `BOOST_GIL_` prefix ([github_pr gil 419]). * Changed - * Removed `extension/dynamic_image/reduce.hpp` as unused and possibly unfinished ([github_pr gil 466]). An implementation attempt of techniques described in the paper [Efficient Run-Time Dispatching in Generic Programming with Minimal Code Bloat](http://lubomir.org/academic/MinimizingCodeBloat.pdf) by Lubomir Bourdev, Jaakko Jarvi. + * Removed `extension/dynamic_image/reduce.hpp` as unused and possibly unfinished ([github_pr gil 466]). An implementation attempt of techniques described in the paper [@http://lubomir.org/academic/MinimizingCodeBloat.pdf Efficient Run-Time Dispatching in Generic Programming with Minimal Code Bloat] by Lubomir Bourdev, Jaakko Jarvi. * Removed direct dependency on Boost.MPL, Boost.System and Boost.Test. * Started removing public macros for compile-time configuration of I/O extension tests, i.e. `BOOST_GIL_IO_TEST_ALLOW_READING_IMAGES` and `BOOST_GIL_IO_TEST_ALLOW_WRITING_IMAGES`. Instead, if a test target is built, it builds all its test cases unconditionally. * Fixed