Skip to content

Add glow::viewer::nothing, improve API safety

Jonathan Kunstwald requested to merge feature/glow-viewer-nothing into develop
  • Make detail::raii_view_closer ctor explicit
  • Add viewer::nothing() allowing things like
auto v = (cond) ? viewer::rows() : viewer::nothing();

Merge request reports