vibe-core/source/vibe
Martin Nowak 277e998167 fix relying on implicit const conversion of JSONValue
- "key" in JSONValue returns const(JSONValue)*
- fromValue expected non-const JSONValue
- implicit conversion of const(JSONValue) to JSONValue to be fixed
  with https://github.com/dlang/phobos/pull/6716
2018-11-01 12:59:44 +01:00
..
core fix relying on implicit const conversion of JSONValue 2018-11-01 12:59:44 +01:00
internal Add unit test for postblit behavior of InterfaceProxy. 2018-03-16 18:00:56 +01:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00