Opened 15 years ago

Closed 15 years ago

#3524 closed bug (fixed)

r29417 gcc 4 build broken in src/kits/tracker/PoseView.h

Reported by: iFrodo Owned by: anevilyak
Priority: normal Milestone: R1
Component: Applications/Tracker Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Here is the error message:

C++ generated/objects/haiku/x86/release/kits/tracker/BackgroundImage.o In file included from src/kits/tracker/BackgroundImage.cpp:50: src/kits/tracker/PoseView.h:67: error: expected constructor, destructor, or type conversion before 'struct'

The line 67 is:

STL_TEMPLATE_NULL struct std::hash<node_ref> {

size_t operator()(node_ref ref) const {

return ref.node;

}

};

Change History (2)

comment:1 by anevilyak, 15 years ago

Owner: changed from axeld to anevilyak

That would be my fault, looking.

comment:2 by anevilyak, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev29418.

Note: See TracTickets for help on using tickets.