Matthieu Brucher

Results 19 comments of Matthieu Brucher

Visual Studio 2013 definitely has some C++11 support, and as the error is on the intxx_t types, it should work as well.

Obviously, it doesn't. Mixing Gamma with another C++ library that defines through the official standard way int32_t fails as #41 shows.

Related to #41, seems like the inclusion of cstdint screws up the Gamma headers.

Is this solved now? I agree that multi file handling without this option is not very useful at this time :(

I think the fact that this doesn't work limits pandoc to small products. You can't create anything big that is still maintainable. Now, I don't think there is an issue...

As `ex` is also used for resolving the path, it seems that doubling the entry doesn't work either. So it would be really great t solve this problem.

> `Intl` is present in all modern browsers [_except_ Internet Explorer 10, Safari 9 and iOS Safari 9.x](http://caniuse.com/#search=intl). It's not available outside the browser, which is still something lots of...