forked from OSchip/llvm-project
Visual Studio seems to consider this invocation ambiguous. Try to clarify what I mean
llvm-svn: 247875
This commit is contained in:
parent
3376a78781
commit
809aad31a0
|
@ -70,9 +70,10 @@ public:
|
|||
TypeCategoryMap::Position pos,
|
||||
lldb::LanguageType lang)
|
||||
{
|
||||
std::initializer_list<lldb::LanguageType> langs = {lang};
|
||||
EnableCategory(category_name,
|
||||
pos,
|
||||
{lang});
|
||||
langs);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue