mirror of
https://github.com/boostorg/compat.git
synced 2026-01-19 04:02:16 +00:00
Update latch.hpp
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef BOOST_COMPAT_LATCH_HPP_INCLUDED
|
||||
#define BOOST_COMPAT_LATCH_HPP_INCLUDED
|
||||
|
||||
// Copyright 2023 Peter Dimov.
|
||||
// Copyright 2023 Christian Mazakas.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// https://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
#ifndef BOOST_COMPAT_LATCH_HPP_INCLUDED
|
||||
#define BOOST_COMPAT_LATCH_HPP_INCLUDED
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
#include <climits>
|
||||
|
||||
Reference in New Issue
Block a user