diff options
author | MyoungJune Park <mj2004.park@samsung.com> | 2017-12-12 00:34:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.ap-northeast-2.compute.internal> | 2017-12-12 00:34:12 +0000 |
commit | 2ab0cbf4ec245d3fa9fe7a84f5b33a68fb7e2634 (patch) | |
tree | 2c5492193391766d93e7b2bdcca24ffdeac5d971 /doc/src | |
parent | e25981c0660b336901b493d886df877bf38565d9 (diff) | |
parent | 478965830fb46d8657e788cda69eec06532831a4 (diff) | |
download | boost-2ab0cbf4ec245d3fa9fe7a84f5b33a68fb7e2634.tar.gz boost-2ab0cbf4ec245d3fa9fe7a84f5b33a68fb7e2634.tar.bz2 boost-2ab0cbf4ec245d3fa9fe7a84f5b33a68fb7e2634.zip |
Merge changes If2c80731,I845d4c63,Ied0dae31 into tizensubmit/tizen/20180614.070240submit/tizen/20180306.073050
* changes:
Bump to boost 1.65.1
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/upstream/boost into tizen
Rebase for boot 1.65.1
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/boost.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/src/boost.xml b/doc/src/boost.xml index 3f6229e6f0..9c818f1a0e 100644 --- a/doc/src/boost.xml +++ b/doc/src/boost.xml @@ -38,6 +38,20 @@ <part id="libraries"> <title>The Boost C++ Libraries (BoostBook Subset)</title> <xi:include href="libraries.xinclude" xpointer="xpointer(/*/node())"/> + + <library name="Concept Check" dirname="concept_check"> + <libraryinfo> + <author> + <firstname>Jeremy</firstname> + <surname>Siek</surname> + </author> + <librarypurpose>Tools for generic programming</librarypurpose> + <librarycategory name="category:generic"/> + <librarycategory name="category:testing"/> + </libraryinfo> + <title>Boost.Concept_Check</title> + <xi:include href="../../libs/concept_check/doc/reference/concepts.xml"/> + </library> </part> <part id="tools"> |