mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed boost::lambda_functor forward declaration
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@476 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
8a139628d8
commit
9e0bb51f39
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace phoenix
|
|||
}
|
||||
namespace lambda
|
||||
{
|
||||
template< typename T > struct lambda_functor;
|
||||
template< typename T > class lambda_functor;
|
||||
}
|
||||
namespace assign_detail
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue