File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# Use, modification and distribution is subject to the Boost Software License,
5
5
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6
- # http://www.boost.org/LICENSE_1_0.txt)
6
+ # http://www.boost.org/LICENSE_1_0.txt)
7
7
8
8
project histogram
9
9
:
10
10
requirements
11
- <toolset>gcc:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256 "
12
- <toolset>clang:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256 "
13
- <toolset>darwin:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256 "
11
+ <toolset>gcc:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
12
+ <toolset>clang:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
13
+ <toolset>darwin:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
14
14
;
15
15
16
16
build-project test ;
Original file line number Diff line number Diff line change 2
2
#
3
3
# Use, modification and distribution is subject to the Boost Software License,
4
4
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5
- # http://www.boost.org/LICENSE_1_0.txt)
5
+ # http://www.boost.org/LICENSE_1_0.txt)
6
6
7
7
8
8
project histogram-example
9
9
: requirements
10
10
<include>$(BOOST_ROOT)
11
11
<include>.
12
- ;
12
+ ;
13
13
14
14
exe getting_started_listing_01 : getting_started_listing_01.cpp ;
15
15
exe getting_started_listing_02 : getting_started_listing_02.cpp ;
You can’t perform that action at this time.
0 commit comments