We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16542bf commit 6efe427Copy full SHA for 6efe427
examples/Jamfile.v2
@@ -7,6 +7,8 @@
7
8
import testing ;
9
10
+project : requirements <library>/boost/interval//boost_interval ;
11
+
12
{
13
test-suite interval-examples
14
: [ compile filter.cpp : <build>yes <toolset>msvc-10.0:<build>no ] # ambiguous sin()
test/Jamfile.v2
@@ -9,6 +9,7 @@
project
:
requirements
+ <library>/boost/interval//boost_interval
# Enable dynamic rounding on Tru64 (Alpha CPU).
<toolset>hp_cxx,<os>OSF:<cflags>"-fprm d"
15
<toolset>gcc,<os>OSF:<cflags>-mfp-rounding-mode=d
0 commit comments