fixed comment at end of include guard

This commit is contained in:
breyed
2013-06-08 10:34:09 -05:00
parent 2352f09c68
commit cd8e1a25bb

View File

@@ -34,7 +34,7 @@
#include <boost/config.hpp>
// _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