PageRenderTime 51ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Lib/d/std_common.i

#
Swig | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | 200cc28308339417a948aaadae56b221 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %include <std_except.i>
  2. %apply size_t { std::size_t };
  3. %apply const size_t& { const std::size_t& };