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

2014-05-20 Thread Stephen Leake
Markus Wanner writes: >> searching for "to_string" in /usr/include turns up boost references >> only. > > On Cygwin, the stdc++ headers live under /usr/lib/gcc/. arrgghh. > Bottom line: It looks like we're stuck with boost::lexical_cast<> for > now. Therefore, I reverted the corresponding chang

Re: [Monotone-devel] C++11

2014-05-20 Thread Jack Lloyd
On Tue, May 13, 2014 at 08:09:47PM +0200, Markus Wanner wrote: Hi Markus, > What are your plans for botan 1.10.x? Does that branch keep getting > bug-fixes after the 1.12.0 release? (I guess so, but don't remember > reading a policy or roadmap or the like on your website.) I plan to maintain 1.1

Re: [Monotone-devel] C++11

2014-05-20 Thread LeJacq, Jean Pierre
On Friday 16 May 2014 13:16:11 Stephen Leake wrote: > Compiling with cygwin > > g++ --version > g++ (GCC) 4.8.2 > > g++ -I. -I../monotone-I/usr/include/botan-1.10 -g -O2 -Wall > -Wextra -Wno-unused -Wno-unused-parameter -std=c++11 -MT src/unix/process.o > -MD -MP -MF $depbase.Tpo -c

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

2014-05-20 Thread Markus Wanner
On 05/20/2014 01:15 AM, Stephen Leake wrote: > Cygwin does not provide "to_string" in the "" header: > > ../mandatory-cxx11/src/sanity.cc:38:12: error: ‘std::to_string’ has not > been declared Yeah, I noticed these as well. Build animal porcupine (build 29) shows pretty much that same error. So d