2
0
mirror of https://github.com/boostorg/tr1.git synced 2026-01-19 04:42:14 +00:00
Files
tr1/meta/libraries.json
2014-08-18 15:11:36 +01:00

19 lines
666 B
JSON

{
"key": "tr1",
"status": "deprecated",
"name": "TR1",
"authors": [
"John Maddock"
],
"description": "The TR1 library provides an implementation of the C++ Technical Report on Standard Library Extensions. This library does not itself implement the TR1 components, rather it's a thin wrapper that will include your standard library's TR1 implementation (if it has one), otherwise it will include the Boost Library equivalents, and import them into namespace std::tr1.",
"std": [
"tr1"
],
"category": [
"Miscellaneous"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>"
]
}