Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #1300
Ticket #1300
: Test.cpp
File Test.cpp,
157 bytes
(added by
boris@…
,
15 years ago
)
Test case reproducing the problem
Line
1
#include
<boost/function.hpp>
2
3
void
foo
()
4
{
5
}
6
7
void
bar
()
8
{
9
}
10
11
int
main
()
12
{
13
boost
::
function
<
void
()
>
f
=
&
foo
,
b
=
&
bar
;
14
f
==
b
;
15
}
Download in other formats:
Original Format