mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-01 06:51:03 +02:00
Compare commits
6 Commits
boost-1.40
...
svn-branch
Author | SHA1 | Date | |
---|---|---|---|
cdd5bf9f94 | |||
4860918f80 | |||
28a7807e1e | |||
bf7d904bf8 | |||
efecbd0d27 | |||
65e229fb0d |
@ -1,9 +1,3 @@
|
||||
#
|
||||
# Copyright Troy D. Straszheim
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# See http://www.boost.org/LICENSE_1_0.txt
|
||||
#
|
||||
#----------------------------------------------------------------------------
|
||||
# This file was automatically generated from the original CMakeLists.txt file
|
||||
# Add a variable to hold the headers for the library
|
||||
|
@ -16,7 +16,5 @@ boostbook standalone
|
||||
<xsl:param>toc.max.depth=3
|
||||
<xsl:param>toc.section.depth=3
|
||||
<xsl:param>chunk.section.depth=4
|
||||
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc
|
||||
;
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
boost_module(iterator DEPENDS mpl type_traits function concept_check)
|
||||
boost_module(iterator DEPENDS config mpl type_traits function)
|
@ -1,11 +1,3 @@
|
||||
#
|
||||
# Copyright Troy D. Straszheim
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# See http://www.boost.org/LICENSE_1_0.txt
|
||||
#
|
||||
boost_additional_test_dependencies(iterator BOOST_DEPENDS test tuple smart_ptr)
|
||||
|
||||
# These first two tests will run last, and are expected to fail
|
||||
# for many less-capable compilers.
|
||||
|
||||
|
Reference in New Issue
Block a user