On 10/29/2014 7:49 AM, Russel Winder via Digitalmars-d wrote:On Tue, 2014-10-28 at 21:37 -0700, Walter Bright via Digitalmars-dwrote:
"hello" is not an std::string. There are also quite a few
Proof: C++ int main(int argc, char **argv) { } D int main(string[] args) { }