From efc42fbd4e39691c058e7cecbaf40502af0f6066 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 1 Mar 2015 18:25:40 -0800 Subject: [PATCH] Temporary exclude fancy ctor from the docs --- format.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/format.h b/format.h index de94b622..e07b6c61 100644 --- a/format.h +++ b/format.h @@ -2220,7 +2220,8 @@ class BasicArrayWriter : public BasicWriter { BasicArrayWriter(Char *array, std::size_t size) : BasicWriter(buffer_), buffer_(array, size) {} - /** + // FIXME: this is temporary undocumented due to a bug in Sphinx + /* \rst Constructs a :class:`fmt::BasicArrayWriter` object for *array* of the size known at compile time.