view test/bug-44940/class_bug44940.m @ 21232:b8cf410b5c88

eliminate feature tests from lo-mappers.h * lo-mappers.h, lo-mappers.cc (xisinf, xisnan, xfinite): Move feature tests inside functions in lo-mappers.cc.
author John W. Eaton <jwe@octave.org>
date Tue, 09 Feb 2016 04:55:29 -0500
parents 38487298513b
children
line wrap: on
line source

classdef class_bug44940 < handle
  properties
    child
  endproperties
endclassdef