FreeBSD Bugzilla – Attachment 148655 Details for
Bug 194603
Error when using std::function in libc++ and clang with c++11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
bug test
test.cpp (text/x-c++src), 133 bytes, created by
Enrique Fynn
on 2014-10-26 03:28:38 UTC
(
hide
)
Description:
bug test
Filename:
MIME Type:
Creator:
Enrique Fynn
Created:
2014-10-26 03:28:38 UTC
Size:
133 bytes
patch
obsolete
>#include <iostream> >#include <functional> > >void f(int a) >{ > std::cout << a; >} > >int main() >{ > std::function<void (int)> a(f); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194603
: 148655