This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49445] Undefined reference to std::atomic<float> "operator float"
- From: "marc.glisse at normalesup dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 17 Jun 2011 11:43:18 +0000
- Subject: [Bug libstdc++/49445] Undefined reference to std::atomic<float> "operator float"
- Auto-submitted: auto-generated
- References: <bug-49445-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49445
Marc Glisse <marc.glisse at normalesup dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marc.glisse at normalesup
| |dot org
--- Comment #3 from Marc Glisse <marc.glisse at normalesup dot org> 2011-06-17 11:43:16 UTC ---
It looks like C++11 only defines atomic<integral> and atomic<T*>, so a
link-time error on atomic<float> seems ok, no?