Skip to content

Commit fb1f45d

Browse files
committed
Update boost link to be https
1 parent c31d05a commit fb1f45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/cpp11.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ The standard template library (STL) provides a set of extremely useful data stru
635635
This section will explain some of the most important algorithms and data structures and point you in the right direction to learn more.
636636
I can't teach you everything you need to know about the STL, but hopefully the examples will show you the power of the STL, and persuade you that it's useful to learn more.
637637

638-
If you need an algorithm or data structure that isn't implemented in STL, one place to look is [boost](http://www.boost.org/doc/).
638+
If you need an algorithm or data structure that isn't implemented in STL, one place to look is [boost](https://www.boost.org/doc/).
639639
Installing boost on your computer is beyond the scope of this vignette, but once you have it installed, you can use boost data structures and algorithms by including the appropriate header file with (e.g.) `#include <boost/array.hpp>`.
640640

641641
### Using iterators

0 commit comments

Comments
 (0)