Opened 16 years ago
Closed 16 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;
}
};
Note:
See TracTickets
for help on using tickets.
That would be my fault, looking.