ms-gsl 1.0.0-2 source package in Ubuntu

Changelog

ms-gsl (1.0.0-2) unstable; urgency=medium

  * Add Catch-Classic-Workaround.patch (closes: #906385).
    - Redefine a macro for compatibility with Catch 1.x.x.

 -- Nicholas Guriev <email address hidden>  Sat, 25 Aug 2018 13:31:02 +0300

Upload details

Uploaded by:
Nicholas Guriev
Uploaded to:
Sid
Original maintainer:
Nicholas Guriev
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ms-gsl_1.0.0-2.dsc 1.8 KiB 1354d7a80cbe560441a67f52f4bbb32ffbcada9bc075fdf00f77f4a3348cd094
ms-gsl_1.0.0.orig.tar.gz 57.5 KiB 9694b04cd78e5b1a769868f19fdd9eea2002de3d4c3a81a1b769209364543c36
ms-gsl_1.0.0-2.debian.tar.xz 4.3 KiB 70f9c38b062744800f36695fe2da703851d7ec976ead92d047a041a7d0e7f8ee

Available diffs

No changes file available.

Binary packages built by this source

libmsgsl-dev: Microsoft Guidelines Support Library

 The Guideline Support Library (GSL) contains functions and types that are
 suggested for use by the C++ Core Guidelines maintained by the Standard C++
 Foundation. This package contains Microsoft's implementation of GSL.
 .
 The library includes types like span<T>, string_span, owner<> and others.
 .
 The entire implementation is provided inline in the headers under the gsl
 directory. The implementation generally assumes a platform that implements
 C++14 support.