Nantes Université

Skip to content
Extraits de code Groupes Projets
  • qykth-git's avatar
    f1840ee9
    Replace obsolete C++ API (#71) · f1840ee9
    qykth-git a rédigé
    * Use "nullptr" instead of "NULL"
    
    * Cosmetic fix
    
    * bind2nd() and ptr_fun<>() is removed since C++17
    
    bind2nd() and ptr_fun<>() are deprecated in C++11, and removed in C++17.
    These functions are not available in LLVM's "libc++".
    Use C++11 lambda expressions for them.
    
    * Break long lines
    
    * Add missing header for std::iswspace()
    Replace obsolete C++ API (#71)
    qykth-git a rédigé
    * Use "nullptr" instead of "NULL"
    
    * Cosmetic fix
    
    * bind2nd() and ptr_fun<>() is removed since C++17
    
    bind2nd() and ptr_fun<>() are deprecated in C++11, and removed in C++17.
    These functions are not available in LLVM's "libc++".
    Use C++11 lambda expressions for them.
    
    * Break long lines
    
    * Add missing header for std::iswspace()