Browse thread
Re: to have labels or not
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Julian Assange <proff@i...> |
| Subject: | labels, Hash.create |
In regards to backwards compatability, ocaml2.99+13 frequently refused
to compile many 3rd party sources (compiled without -modern) which
use:
Hash.create n
instead of
Hash.create size:n