From cd8e1a25bbaf5557a5b9194dcbb348e2a56280a5 Mon Sep 17 00:00:00 2001 From: breyed Date: Sat, 8 Jun 2013 10:34:09 -0500 Subject: [PATCH] fixed comment at end of include guard --- websocketpp/config/boost_config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocketpp/config/boost_config.hpp b/websocketpp/config/boost_config.hpp index 9ea3c85bf0..7ebd6786a5 100644 --- a/websocketpp/config/boost_config.hpp +++ b/websocketpp/config/boost_config.hpp @@ -34,7 +34,7 @@ #include -// _WEBSOCKETPP_CPP11_MEMORY_ and _WEBSOCKETPP_CPP11_FUNCTIONAL_ presently +// _WEBSOCKETPP_CPP11_MEMORY_ and _WEBSOCKETPP_CPP11_FUNCTIONAL_ presently // only work if either both or neither is defined. #if !defined BOOST_NO_CXX11_SMART_PTR && !defined BOOST_NO_CXX11_HDR_FUNCTIONAL #define _WEBSOCKETPP_CPP11_MEMORY_ @@ -68,4 +68,4 @@ #define _WEBSOCKETPP_NOEXCEPT_TOKEN_ BOOST_NOEXCEPT #define _WEBSOCKETPP_CONSTEXPR_TOKEN_ BOOST_CONSTEXPR -#endif // WEBSOCKETPP_CONFIG_CORE_HPP +#endif // WEBSOCKETPP_CONFIG_BOOST_CONFIG_HPP