Required C++ version in meta/libraries.json
Hi, How can I specify required version of the standard in the library meta info? Where is documentation of libraries.json schema? I've learned that "std":"C++17", for example, in Boost.Any states which standard adopted the library. That is not what I'm after. -- Mateusz Loskot, mateusz@loskot.net (Sent from mobile, may suffer from top-posting)
On Thu, 14 Nov 2019 at 08:30, Mateusz Loskot
How can I specify required version of the standard in the library meta info?
For archives and those who may be searching for similar, I'll answer my own question, thanks to Glen via Slack: There is nothing in meta/libraries.json that indicates the "required" C++ standard version. The requirement can be displayed in e.g. "description" property as Boost.Fiber does https://github.com/boostorg/fiber/blob/develop/meta/libraries.json Then, it will show up on boost.org/libs listings. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (1)
-
Mateusz Loskot