Temporary exclude fancy ctor from the docs

This commit is contained in:
Victor Zverovich 2015-03-01 18:25:40 -08:00
parent 7c0d5756ff
commit efc42fbd4e

View File

@ -2220,7 +2220,8 @@ class BasicArrayWriter : public BasicWriter<Char> {
BasicArrayWriter(Char *array, std::size_t size)
: BasicWriter<Char>(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.