Skip to content
  • Jan Kneschke's avatar
    8ac4d2c9
    Bug#30920954 deprecated functions close, getcwd, ... · 8ac4d2c9
    Jan Kneschke authored
    Problem
    =======
    
    MSVCRT deprecated
    
    - open()
    - close()
    - getpid()
    - getcwd()
    
    in favor of the their variants _open(), _close(), ... and generates
    compiler warnings.
    
    Change
    ======
    
    - added fundamentals of std::filesystem and std::io::file_handle
    - use _close(), _getcwd(), _open(), ... on windows
    
    RB: 23898
    8ac4d2c9
    Bug#30920954 deprecated functions close, getcwd, ...
    Jan Kneschke authored
    Problem
    =======
    
    MSVCRT deprecated
    
    - open()
    - close()
    - getpid()
    - getcwd()
    
    in favor of the their variants _open(), _close(), ... and generates
    compiler warnings.
    
    Change
    ======
    
    - added fundamentals of std::filesystem and std::io::file_handle
    - use _close(), _getcwd(), _open(), ... on windows
    
    RB: 23898
Loading