monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] mandatory-cxx11 on Cygwin doesn't have to_string


From: Stephen Leake
Subject: [Monotone-devel] mandatory-cxx11 on Cygwin doesn't have to_string
Date: Mon, 19 May 2014 18:15:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt)

Cygwin g++ is:

g++ --version
g++ (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.

Cygwin does not provide "to_string" in the "<string>" header:

../mandatory-cxx11/src/sanity.cc:38:12: error: ‘std::to_string’ has not
been declared

(even after adding "#include <string>")

searching for "to_string" in /usr/include turns up boost references
only.

reverting all uses of to_string, stoi, and similar lexical casts lets
mtn compile.

Any clues?

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]