Applied iwyu --comment to the code base (#588)

This commit is contained in:
Tiago
2017-11-28 07:13:49 -08:00
committed by Neil MacIntosh
parent 1c95f9436e
commit 0d33bf6794
20 changed files with 157 additions and 102 deletions

View File

@ -17,9 +17,12 @@
#ifndef GSL_ALGORITHM_H
#define GSL_ALGORITHM_H
#include <gsl/span>
#include <gsl/gsl_assert> // for Expects
#include <gsl/span> // for dynamic_extent, span
#include <algorithm>
#include <algorithm> // for copy_n
#include <cstddef> // for ptrdiff_t
#include <type_traits> // for is_assignable
#ifdef _MSC_VER
#pragma warning(push)