Kyungdahm Yun
Kyungdahm Yun
This is MWE for #17. ```julia-repl julia> using FunctionWrappers, TimeZones julia> f = () -> ZonedDateTime(2021, tz"UTC") #1 (generic function with 1 method) julia> f() 2021-01-01T00:00:00+00:00 julia> FunctionWrappers.FunctionWrapper{ZonedDateTime,Tuple{}}(f) Assertion failed:...
```julia julia> d1 = OrderedDict(:A => OrderedDict(:a => 1)); julia> d2 = OrderedDict(:B => OrderedDict(:b => 2)); julia> d3 = OrderedDict(:C => OrderedDict(:c => 3)); julia> d4 = OrderedDict(:D =>...
The current code cannot be built with `clang` which is now the default compiler on OS X, complaining missing symbols for inline functions. It can be easily fixed by declaring...