[docs] QSpan: enable 2nd subspan() overload docs
They didn't work due to qdoc bug QTBUG-118080, which has since been marked as fixed (for 6.7FF). Remove the protection. Task-number: QTBUG-115022 Task-number: QTBUG-118080 Change-Id: I1b792676754074dd85611e647d4e2c372de3a647 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 725455ed3330b098effa7bfb7aa4a43f16be2a0d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
951003d3d5
commit
13fb621396
@ -556,7 +556,6 @@
|
||||
\sa subspan(QSpan<T,E>::size_type), subspan(), first(), last()
|
||||
*/
|
||||
|
||||
#if 0 // needs fix for QTBUG-118080 integrated into qt5.git
|
||||
/*!
|
||||
\fn template <typename T, size_t E> template <std::size_t Offset, std::size_t Count> auto QSpan<T, E>::subspan() const
|
||||
\keyword subspan-t2
|
||||
@ -573,7 +572,6 @@
|
||||
|
||||
\sa subspan(QSpan<T,E>::size_type, QSpan<T,E>::size_type), subspan(), first(), last()
|
||||
*/
|
||||
#endif
|
||||
|
||||
//
|
||||
// runtime subspans:
|
||||
|
Loading…
x
Reference in New Issue
Block a user