mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
Fixed include guard; thanks to Ian Hobson for the catch
[SVN r83002]
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BOOST_ALGORITHM_GATHER_HPP
|
#ifndef BOOST_ALGORITHM_GATHER_HPP
|
||||||
#define ADOBE_ALGORITHM_GATHER_HPP
|
#define BOOST_ALGORITHM_GATHER_HPP
|
||||||
|
|
||||||
#include <algorithm> // for std::stable_partition
|
#include <algorithm> // for std::stable_partition
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
Reference in New Issue
Block a user