Fixed typo

<algorith> should be <algorithm>.
This commit is contained in:
FrankHB 2015-10-10 11:33:48 +08:00
parent 1c76070520
commit 1640ce613c

View File

@ -20,7 +20,7 @@
RAPIDJSON_NAMESPACE_BEGIN
namespace internal {
//! Custom swap() to avoid dependency on C++ <algorith> header
//! Custom swap() to avoid dependency on C++ <algorithm> header
/*! \tparam T Type of the arguments to swap, should be instantiated with primitive C++ types only.
\note This has the same semantics as std::swap().
*/