Clean up some sloppy include guards that were clashing with other Boost projects

This commit is contained in:
Beman
2017-01-23 17:08:17 -05:00
parent af1f767dfe
commit dc985cb3bc
7 changed files with 26 additions and 17 deletions
+3 -3
View File
@@ -8,8 +8,8 @@
// See library home page at http://www.boost.org/libs/system
#ifndef BOOST_ERROR_CODE_HPP
#define BOOST_ERROR_CODE_HPP
#ifndef BOOST_SYSTEM_ERROR_CODE_HPP
#define BOOST_SYSTEM_ERROR_CODE_HPP
#include <boost/system/config.hpp>
#include <boost/cstdint.hpp>
@@ -530,6 +530,6 @@ namespace boost
# include <boost/system/detail/error_code.ipp>
# endif
#endif // BOOST_ERROR_CODE_HPP
#endif // BOOST_SYSTEM_ERROR_CODE_HPP