Сейчас на форуме: vsv1, NIKOLA, r0lka, johnniewalker (+4 невидимых) |
eXeL@B —› Крэки, обсуждения —› Open Sourcing MSVC’s STL |
Посл.ответ | Сообщение |
|
Создано: 18 сентября 2019 00:26 · Поправил: plutos · Личное сообщение · #1 Today at CppCon 2019, the MSVC team announced that they are releasing their implementation of the C++ Standard Library (also known as the STL) as open source. The new ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 18 сентября 2019 00:49 · Личное сообщение · #2 А раньше она чем была? Это ж библиотека шаблонов, она только в исходниках и может быть. | Сообщение посчитали полезным: ARCHANGEL |
|
Создано: 18 сентября 2019 02:19 · Личное сообщение · #3 rmn пишет: А раньше она чем была? да тем же самым и была. Тут смысл не в том, что теперь это open source as oppose to closed private, а скорее в github'e. Может название не совсем удачное. вот что говорят сами авторы: Q: Why are you doing this? A: There are several reasons. Working on the STL in GitHub will allow our customers to follow our development as it happens, try out our latest changes, and help improve our pull requests by reviewing them. As C++ Standardization accelerates, with more large features being voted in every year, we believe that accepting major features as open source contributions will be important. (For example, C++20’s chrono and format libraries are potential candidates.) We also want to contribute back to the C++ community by making it possible to take our implementations of major features. (For example, C++17’s charconv.) надеюсь это прояснило ситуацию? ----- Give me a HANDLE and I will move the Earth. |
eXeL@B —› Крэки, обсуждения —› Open Sourcing MSVC’s STL |