summaryrefslogtreecommitdiffstats
path: root/src/boost-test.cpp
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-05-19 11:12:41 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-05-19 11:12:41 (GMT)
commitd916c63717ec645ea85b763e8db98447c36966c8 (patch)
treead6093da84fe0364ccc4f06214c4a50a52b68a11 /src/boost-test.cpp
parenta07f345262e989c4e82583ae6d45c0bd9b8aee77 (diff)
downloadmxe-d916c63717ec645ea85b763e8db98447c36966c8.zip
mxe-d916c63717ec645ea85b763e8db98447c36966c8.tar.gz
mxe-d916c63717ec645ea85b763e8db98447c36966c8.tar.bz2
secure URLs
Diffstat (limited to 'src/boost-test.cpp')
-rw-r--r--src/boost-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost-test.cpp b/src/boost-test.cpp
index 4dac283..f4a9bad 100644
--- a/src/boost-test.cpp
+++ b/src/boost-test.cpp
@@ -9,7 +9,7 @@
boost::thread_specific_ptr<int> ptr;
-// http://www.boost.org/doc/libs/1_60_0/libs/context/doc/html/context/context.html
+// https://www.boost.org/doc/libs/1_60_0/libs/context/doc/html/context/context.html
#include <boost/context/all.hpp>
boost::context::fcontext_t fcm,fc1,fc2;