diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-05 00:04:37 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-05 00:04:37 +0000 |
commit | 011508d529fa7d576abe67339bc9b27e11df04b1 (patch) | |
tree | 2b44d9c9a716fecc21d0bb3cbb565bfa100e4f91 /libcxx/docs/DesignDocs | |
parent | 3dcb61f0bbc10166a6b024b7109d181239105e2e (diff) | |
download | bcm5719-llvm-011508d529fa7d576abe67339bc9b27e11df04b1.tar.gz bcm5719-llvm-011508d529fa7d576abe67339bc9b27e11df04b1.zip |
Fix Sphinx build error caused by bad indentation
llvm-svn: 291039
Diffstat (limited to 'libcxx/docs/DesignDocs')
-rw-r--r-- | libcxx/docs/DesignDocs/VisibilityMacros.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |