 Issue 29690843:
  Issue 6359 - use C++14 instead of C++1z  (Closed) 
  Base URL: github.com:adblockplus/adblockpluscore
    
  
    Issue 29690843:
  Issue 6359 - use C++14 instead of C++1z  (Closed) 
  Base URL: github.com:adblockplus/adblockpluscore
| Index: compiled/bindings/generator.cpp | 
| diff --git a/compiled/bindings/generator.cpp b/compiled/bindings/generator.cpp | 
| index b6189975617410d9c5e4848e79104cb755aa2c7e..b7a278035d637684deecf4220b38ea519f04616a 100644 | 
| --- a/compiled/bindings/generator.cpp | 
| +++ b/compiled/bindings/generator.cpp | 
| @@ -115,7 +115,7 @@ namespace bindings_internal | 
| int nameLength = GetFunctionName(nullptr, function, signature.c_str()); | 
| name.resize(nameLength); | 
| - GetFunctionName(name.data(), function, signature.c_str()); | 
| + GetFunctionName(&name[0], function, signature.c_str()); | 
| } | 
| bool FunctionInfo::empty() const | 
| @@ -491,4 +491,4 @@ void printBindings() | 
| bindings_internal::printClassMapping(cls); | 
| } | 
| -ABP_NS_END | 
| +ABP_NS_END | 
| 
sergei
2018/02/06 10:19:58
I have no idea what changed here
 
hub
2018/02/06 15:03:38
end of line added.
 
sergei
2018/02/07 14:46:50
yep strangely vim is not showing a new line after
 |