mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 15:22:09 +02:00
add #include <algorithm> because we use std::swap()
[SVN r28249]
This commit is contained in:
@ -23,6 +23,8 @@
|
|||||||
# include BOOST_ABI_PREFIX
|
# include BOOST_ABI_PREFIX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <algorithm> // std::swap
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
#ifdef BOOST_MSVC
|
#ifdef BOOST_MSVC
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
|
Reference in New Issue
Block a user