
12 Feb
2009
12 Feb
'09
6:29 p.m.
AMDG Larry Evans wrote:
However, now I'm getting an error in the rtp file:
from and_seq_find_if.cpp:2: /usr/include/c++/4.2/bits/stl_relops.h:74: error: redefinition of 'struct std::template_profiler_test' /usr/include/c++/4.2/x86_64-linux-gnu/bits/c++config.h:149: error: previous definition of 'struct std::template_profiler_test'
Should I be concerned? stl_relops.h:74 is just:
_GLIBCXX_BEGIN_NAMESPACE(std)
Sure, here's that line and some context:
namespace std __attribute__ ((__visibility__ ("default"))) { PROFILE_TRACER();
Thanks. Fixed in [51224] In Christ, Steven Watanabe