Bug 500030

Summary: function_template bug is back...
Product: [Fedora] Fedora Reporter: Caolan McNamara <caolanm>
Component: boostAssignee: Benjamin Kosnik <bkoz>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: bkoz, mnewsome, pmachata
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-12 00:31:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
fix up header none

Description Caolan McNamara 2009-05-10 09:53:15 UTC
Description of problem:
/usr/include/boost/function/function_template.hpp:965: error: declaration of 'class R'
/usr/include/boost/function/function_template.hpp:652: error:  shadows template parm 'class R'
/usr/include/boost/function/function_template.hpp:979: error: declaration of 'class R'

during a build of OOo in post-F11 rawhide

Version-Release number of selected component (if applicable):
boost-1.39.0

The is the same problem of a misplaced ifdef in the case of disabled exceptions as was solved earlier by #477131 but the .hpp has moved around a bit in the new boost release, attached is a updated patch that should solve it

Comment 1 Caolan McNamara 2009-05-10 09:54:16 UTC
Created attachment 343252 [details]
fix up header

Comment 2 Benjamin Kosnik 2009-05-12 00:31:55 UTC
Thanks Caolan. This should be fixed now, with boost-1_39_0-2_fc12.

-benjamin