mirror of
https://github.com/boostorg/fusion.git
synced 2026-02-01 03:01:10 +01:00
@@ -16,8 +16,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