Fix up include macros.

This commit is contained in:
jzmaddock
2020-11-30 11:53:44 +00:00
parent 49e8067b80
commit 09cce205ed
23 changed files with 66 additions and 66 deletions

View File

@ -18,8 +18,8 @@
* by regex.hpp, do not include on its own.
*/
#ifndef BOOST_REGEX_V4_REGEX_REPLACE_HPP
#define BOOST_REGEX_V4_REGEX_REPLACE_HPP
#ifndef BOOST_REGEX_V5_REGEX_REPLACE_HPP
#define BOOST_REGEX_V5_REGEX_REPLACE_HPP
namespace boost{
@ -94,6 +94,6 @@ std::basic_string<charT> regex_replace(const std::basic_string<charT>& s,
} // namespace boost
#endif // BOOST_REGEX_V4_REGEX_REPLACE_HPP
#endif // BOOST_REGEX_V5_REGEX_REPLACE_HPP