diff options
Diffstat (limited to 'docs/doxygen/other/shared_ptr_docstub.h')
-rw-r--r-- | docs/doxygen/other/shared_ptr_docstub.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/shared_ptr_docstub.h b/docs/doxygen/other/shared_ptr_docstub.h index a9893ab04d..0b9cfc53d3 100644 --- a/docs/doxygen/other/shared_ptr_docstub.h +++ b/docs/doxygen/other/shared_ptr_docstub.h @@ -1,4 +1,4 @@ -namespace boost { +namespace std { /*! * \brief shared_ptr documentation stub * @@ -20,4 +20,4 @@ public: }; // shared_ptr -} // namespace boost +} // namespace std |