Opened 8 years ago

Closed 8 years ago

#11095 closed Bugs (duplicate)

Missing header file in libs/core/test/demangle_test.cpp

Reported by: Aparna Kumta <aarna.kumta@…> Owned by: Peter Dimov
Milestone: To Be Determined Component: core
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Compiling libs/core/test/demangle_test.cpp on Oracle Solaris Studio 12.4 on Solaris 11.2, we see the following error:

"../libs/core/test/demangle_test.cpp", line 22: Error: "type_info" not defined (Missing #include "typeinfo.h"?). "../libs/core/test/demangle_test.cpp", line 28: Error: "type_info" not defined (Missing #include "typeinfo.h"?). "../libs/core/test/demangle_test.cpp", line 43: Error: "type_info" not defined (Missing #include "typeinfo.h"?). 3 Error(s) detected.

The following change resolves the error. %diff demangle_test.cpp.orig demangle_test.cpp.new 13a14

#include <typeinfo>

%

Change History (2)

comment:1 by Aparna Kumta <aarna.kumta@…>, 8 years ago

I have no idea why a duplicate ticket is getting created. Please close this as duplicate of 11094.

comment:2 by Peter Dimov, 8 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #11094.

Note: See TracTickets for help on using tickets.