Merge branch 'develop'

This commit is contained in:
Peter Dimov
2014-03-01 00:51:31 +02:00

17
meta/libraries.json Normal file
View File

@@ -0,0 +1,17 @@
{
"key": "assert",
"boost-version": "1.27.0",
"name": "Assert",
"authors": [
"Peter Dimov"
],
"maintainers": [
"Peter Dimov <pdimov -at- pdimov.com>"
],
"description": "Customizable assert macros.",
"std-proposal": false,
"std-tr1": false,
"category": [
"Correctness"
]
}