mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Remove redundant using namespace Fallback
C++ has ADL to find overloads. using namespace does nothing in this case.
This commit is contained in:
parent
87d77a6882
commit
0d5e9ef85f
5 changed files with 8 additions and 14 deletions
|
@ -24,8 +24,6 @@ namespace Fallback
|
|||
};
|
||||
|
||||
// Parses and validates a fallback map from boost program_options.
|
||||
// Note: for boost to pick up the validate function, you need to pull in the namespace e.g.
|
||||
// by using namespace Fallback;
|
||||
void validate(boost::any& v, std::vector<std::string> const& tokens, FallbackMap*, int);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue