diff options
Diffstat (limited to 'libstdc++-v3/include/tr1/tuple_defs.h')
-rw-r--r-- | libstdc++-v3/include/tr1/tuple_defs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/include/tr1/tuple_defs.h b/libstdc++-v3/include/tr1/tuple_defs.h index 35a739ee4f8..8cab92724af 100644 --- a/libstdc++-v3/include/tr1/tuple_defs.h +++ b/libstdc++-v3/include/tr1/tuple_defs.h @@ -26,6 +26,12 @@ // the GNU General Public License. This exception does not however // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. + +/** @file tuple_defs.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + #ifndef _GLIBCXX_REPEAT_HEADER # define _GLIBCXX_REPEAT_HEADER "tuple_defs.h" # include "repeat.h" |