[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 Pick-to: 6.7 Change-Id: I1b792676754074dd85611e647d4e2c372de3a647 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
817c0c33e1
commit
725455ed33
|
|
@ -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…
Reference in New Issue