ms-gsl 4.0.0-3 source package in Ubuntu

Changelog

ms-gsl (4.0.0-3) unstable; urgency=medium

  * New Mark-gsl-not_null-constructors-as-noexcept.patch (closes: #1051289).
  * New Supported-CMake-version.patch (closes: #1040735).
  * New Wno-unsafe-buffer-usage.patch (closes: #1042558).
  * Add autopkgtest with-gcc-std23.

 -- Nicholas Guriev <email address hidden>  Thu, 07 Sep 2023 18:48:50 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ms-gsl_4.0.0-3.dsc 1.4 KiB 3eb51a6f5da45d0951d5688a588ad0b65a6d5226ae4598789deee7ee6aa4b3be
ms-gsl_4.0.0.orig.tar.gz 54.5 KiB f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9
ms-gsl_4.0.0-3.debian.tar.xz 6.0 KiB eb3669f10336b8c925a5a07e4f450899a5594939e6b0feccc4f9cd13f53fe32e

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.