Fix mismatched #endif comments.
This commit is contained in:
parent
88813bb3d4
commit
3c3e59576e
@ -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)
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user