id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1782,C++ build broken in r48923,NotFound,,"C++ is broken at compiling core_ops.c

The problem is that the prototype for Parrot_DynOp_core_2_7_0 in include/parrot/oplib/core_ops.h does not match the definition in src/ops/core_ops.c: the prototype lacks the PARROT_EXPORT decorator and the declaration has it.

Compiling with C++ the PARROT_EXPORT expansion uses the linkage modifier 'extern ""C""', thus the prototype and the definition don't match.
",bug,closed,major,,build,2.7.0,high,fixed,,,,,
