Skip to content

Commit 5b7fbb5

Browse files
committed
Fix compile error in utf8_codecvt_facet on HPUX.
Closes #5049. [SVN r67770]
1 parent 28cafd9 commit 5b7fbb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Jamfile.v2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ SOURCES =
1212
lib boost_program_options
1313
: $(SOURCES).cpp
1414
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
15+
# See https://svn.boost.org/trac/boost/ticket/5049
16+
<target-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
1517
:
1618
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
1719
;

0 commit comments

Comments
 (0)