Fix mismatched #endif comments.

This commit is contained in:
Christopher Kohlhoff 2015-03-21 08:43:51 +11:00
parent 88813bb3d4
commit 3c3e59576e
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ private:
} }
impl_base* impl_; impl_base* impl_;
#endif // !defined(ASIO_NO_DEPRECATED) #endif // !defined(GENERATING_DOCUMENTATION)
}; };
#if !defined(GENERATING_DOCUMENTATION) #if !defined(GENERATING_DOCUMENTATION)

View File

@ -379,7 +379,7 @@ const Executor* executor::target() const ASIO_NOEXCEPT
? static_cast<Executor*>(impl_->target()) : 0; ? static_cast<Executor*>(impl_->target()) : 0;
} }
#endif // !defined(ASIO_NO_DEPRECATED) #endif // !defined(GENERATING_DOCUMENTATION)
} // namespace asio } // namespace asio