Opened 10 years ago

Closed 10 years ago

#7236 closed Bugs (worksforme)

Boost 1.50.0, -I.../boost/tr1/tr1 causing compile failures without using any tr1 code

Reported by: antoun.kanawati@… Owned by: John Maddock
Milestone: To Be Determined Component: TR1
Version: Boost 1.50.0 Severity: Problem
Keywords: Cc:

Description

Adding -I.../boost/tr1/tr1 to the command line causes compilation failures when I include program_options.hpp.

Attached is a repro script, and some output. I have the issue on RHEL5/g++4.1.2 and ubuntu-11.10/g++4.6.1

Attachments (1)

tr1-problem.tgz (2.4 KB ) - added by anonymous 10 years ago.

Download all attachments as: .zip

Change History (4)

by anonymous, 10 years ago

Attachment: tr1-problem.tgz added

comment:1 by John Maddock, 10 years ago

I'm unable to reproduce this here with SVN Trunk: I suspect the issue has been fixed at some point, is this still a problem for you?

comment:2 by antoun.kanawati@…, 10 years ago

Checked repro-case with 1.53.0 and g++ 4.6.3 and 4.1.2, first two commands compile ok, modulo "no newline at end-of-file" warnings.

Thanks.

comment:3 by John Maddock, 10 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.