Commit Graph

6 Commits

Author SHA1 Message Date
abolz
c0ff2ad581
Merge d46cf99a85 into 4639bb2c8f 2018-05-18 06:19:31 +00:00
Niels Lohmann
16c5bfeaad
👌 fixed compiler warnings #1031 2018-04-02 13:01:56 +02:00
Niels Lohmann
eb06d0531a
🚧 added input adapter for wide strings #1031 2018-04-01 19:12:36 +02:00
abolz
d46cf99a85 Improve performance of input_stream_adapter
Use the underlying streambuf to extract characters instead of the istream
interface and manually set the istream error state.

This slightly changes the behavior in case a streambuf operation throws
an exception.
2018-03-12 14:01:10 +01:00
abolz
b487afcbaa Use the std::istream interface to implement input_stream_adapter (fix #976) 2018-03-12 14:00:59 +01:00
Théo DELRIEU
14cd019861
fix cmake install directory (for real this time)
* Rename 'develop' folder to 'include/nlohmann'
* Rename 'src' folder to 'single_include/nlohmann'
* Use <nlohmann/*> headers in sources and tests
* Change amalgamate config file
2018-02-01 11:06:51 +01:00