Opened 13 years ago

Closed 12 years ago

#3018 closed Bugs (fixed)

Compilation error when use invoke_procedure.hpp with iso646.h

Reported by: 4lazin@… Owned by: Aleksey Gurtovoy
Milestone: Component: mpl
Version: Boost 1.38.0 Severity: Problem
Keywords: fusion Cc:

Description

This code:
#include <iso646.h>
#include <boost/fusion/functional/invocation/invoke_procedure.hpp>

cause this compilation error:

c:\lib\boost_1_39_0\boost\mpl\aux_\include_preprocessed.hpp(37) : fatal error C1083: Cannot open include file: 'boost/mpl/aux_/preprocessed/plain/&.hpp': No such file or directory

compiler - msvc 2005
command line:
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"Debug
" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt

Change History (4)

comment:1 by Joel de Guzman, 13 years ago

Owner: changed from Joel de Guzman to t_schwinger

comment:2 by Steven Watanabe, 13 years ago

Component: fusionmpl
#include <iso646.h>
#include <boost/mpl/bitand.hpp>

comment:3 by Steven Watanabe, 13 years ago

Owner: changed from t_schwinger to Aleksey Gurtovoy

comment:4 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

This was fixed in [59248].

Note: See TracTickets for help on using tickets.