mpd/src/java
Rosen Penev 2db8bcc353
replace stddef.h with cstddef
The former is deprecated with C++14. The standard says both are the same:

The contents and meaning of the header<cstddef>are the same as the C
standard library header<stddef.h>,except that it does not declare the type
wchar_t, that it also declares the type byte and its associated
operations (21.2.5), and as noted in 21.2.3 and 21.2.4.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-12 19:04:38 -07:00
..
Class.hxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
Exception.cxx java/Exception: add RethrowException() 2019-04-24 14:09:45 +02:00
Exception.hxx java/Exception: add RethrowException() 2019-04-24 14:09:45 +02:00
File.cxx java/File: use DiscardException() 2019-04-24 14:43:09 +02:00
File.hxx java/*: add noexcept 2018-08-28 13:27:28 +02:00
Global.cxx java/*: add noexcept 2018-08-28 13:27:28 +02:00
Global.hxx java/*: add noexcept 2018-08-28 13:27:28 +02:00
meson.build java/Exception: add RethrowException() 2019-04-24 14:09:45 +02:00
Object.cxx java/Object: add Object.toString() wrapper 2019-04-24 14:08:51 +02:00
Object.hxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
Ref.hxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
String.cxx java/String: add method ToString() 2019-04-24 14:07:52 +02:00
String.hxx replace stddef.h with cstddef 2020-03-12 19:04:38 -07:00