mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-12 03:56:30 +02:00
merged fusion from the trunk
[SVN r63560]
This commit is contained in:
@ -17,8 +17,8 @@ namespace
|
||||
{
|
||||
struct search_for
|
||||
{
|
||||
explicit search_for(int search)
|
||||
: search(search)
|
||||
explicit search_for(int in_search)
|
||||
: search(in_search)
|
||||
{}
|
||||
|
||||
template<typename T>
|
||||
|
Reference in New Issue
Block a user