Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the status of C++ TR2 Filesystem library?

Tags:

c++

std

What is the status of C++ TR2 Filesystem library as of last Bristol meeting? Will it be part of C++1Y (C++14?) or is it suspended or are there any known recent comments as of the last three meetings?

like image 934
Amani Avatar asked Nov 02 '22 11:11

Amani


1 Answers

It has recently been unanimously approved by the ISO committee but did not make it in time for C++14. Though all the TSs (filesytem, library fundamentals, networking, etc.) are expected to be independently available ahead of C++17, I believe the intention is that if they are ready in time, they will be rolled into C++17, as happened with TR1 and C++11.

like image 128
Rich L Avatar answered Nov 15 '22 04:11

Rich L