From 011508d529fa7d576abe67339bc9b27e11df04b1 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 5 Jan 2017 00:04:37 +0000 Subject: Fix Sphinx build error caused by bad indentation llvm-svn: 291039 --- libcxx/docs/DesignDocs/VisibilityMacros.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/docs/DesignDocs') diff --git a/libcxx/docs/DesignDocs/VisibilityMacros.rst b/libcxx/docs/DesignDocs/VisibilityMacros.rst index 5eae9a769f8..37539ec8888 100644 --- a/libcxx/docs/DesignDocs/VisibilityMacros.rst +++ b/libcxx/docs/DesignDocs/VisibilityMacros.rst @@ -80,7 +80,7 @@ Visibility Macros **GCC Behavior**: GCC ignores visibility attributes applied the type in extern template declarations and applying an attribute results in a warning. - However since `_LIBCPP_TEMPLATE_VIS` is the same as + However since `_LIBCPP_TEMPLATE_VIS` is the same as `__attribute__((visibility("default"))` the visibility is already correct. The macro has an empty definition with GCC. -- cgit v1.2.3