Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Sep 16, 2018
1 parent 5ed382f commit cdc67e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Jamfile
Expand Up @@ -3,14 +3,14 @@
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# http://www.boost.org/LICENSE_1_0.txt)

project histogram
:
requirements
<toolset>gcc:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
<toolset>clang:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
<toolset>darwin:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
<toolset>gcc:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
<toolset>clang:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
<toolset>darwin:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra"
;

build-project test ;
Expand Down
4 changes: 2 additions & 2 deletions examples/Jamfile
Expand Up @@ -2,14 +2,14 @@
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# http://www.boost.org/LICENSE_1_0.txt)


project histogram-example
: requirements
<include>$(BOOST_ROOT)
<include>.
;
;

exe getting_started_listing_01 : getting_started_listing_01.cpp ;
exe getting_started_listing_02 : getting_started_listing_02.cpp ;
Expand Down

0 comments on commit cdc67e6

Please sign in to comment.