# boost_guide **Repository Path**: wangxu1112/boost_guide ## Basic Information - **Project Name**: boost_guide - **Description**: Boost Example - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2022-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boost Guide This is the sample code for Boost library Guide. [![Build Status](https://travis-ci.org/chronolaw/boost_guide.svg?branch=master)](https://travis-ci.org/chronolaw/boost_guide) ## Requirements * Linux or other UNIX like * C++11(gcc 4.6 or later) * Boost(1.57 or later) ## See Also * [boost](https://github.com/boostorg) - boost on github * [ngx_cpp_dev](https://github.com/chronolaw/ngx_cpp_dev) - Nginx cpp development kit, with the power of C++11 and Boost Library. * [openresty_dev](https://github.com/chronolaw/openresty_dev) - OpenResty/Lua Programming. * [favorite-nginx](https://github.com/chronolaw/favorite-nginx) - Selected favorite nginx modules and resources. * [professional_boost](https://github.com/chronolaw/professional_boost.git) - Professional boost development. * [ngx_google_perftools_profiler](https://github.com/chronolaw/ngx_google_perftools_profiler_module) - A better tools for nginx with google_perftools * [annotated_nginx](https://github.com/chronolaw/annotated_nginx) - 注释最新版nginx,学习研究源码