From 3312980bcb34327a2de369a9a2d2640757e1edc0 Mon Sep 17 00:00:00 2001 From: Alena Sviridenko Date: Mon, 5 Apr 2021 17:37:31 +0300 Subject: [PATCH] removed note about Boost --- docs/pipelines/agents/hosted.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/pipelines/agents/hosted.md b/docs/pipelines/agents/hosted.md index ee915099f12..66381326f4f 100644 --- a/docs/pipelines/agents/hosted.md +++ b/docs/pipelines/agents/hosted.md @@ -365,13 +365,6 @@ If you get an SAS error code, it is most likely because the IP address ranges fr .NET Core 2.2.105 is default on VM images but Mono version 6.0 or greater requires .NET Core 2.2.300+. If you use the Mono 6.0 or greater, you will have to override .NET Core version using [.NET Core Tool Installer task](../tasks/tool/dotnet-core-tool-installer.md). -#### Boost - The VM images contain prebuilt Boost libraries with their headers in the directory designated by `BOOST_ROOT` environment variable. In order to include the Boost headers, the path `$BOOST_ROOT/include` should be added to the search paths. - - Example of g++ invocation with Boost libraries: - ``` - g++ -I "$BOOST_ROOT/include" ... - ``` ## Videos > [!VIDEO https://www.youtube.com/embed/A8f_05lnfe0?start=0]