- 16 Oct, 2015 8 commits
-
-
dariomt authored
-
dariomt authored
-
dariomt authored
-
dariomt authored
-
dariomt authored
Same as get_ptr() but for references. If the type is incompatible it throws (get_ptr() returns null). Implemented in terms of get_ptr().
-
Dario Menendez authored
-
Dario Menendez authored
-
dariomt authored
The intention of the current code is to detect a pointer-to-const but instead it is detecting a const-pointer. See #134
-
- 07 Oct, 2015 2 commits
-
-
dariomt authored
STL iterators used by json::iterator don't pass this test in Debug mode. The test does pass in Release mode, so I felt the best thing to do was selectively disable that test.
-
dariomt authored
It doesn't really make sense to stream an iterator. Besides, this was causing trouble in MSVC in Debug mode (see #125)
-
- 03 Oct, 2015 7 commits
-
-
Niels authored
-
Niels authored
exception-safe object creation, fixes #118
-
Niels authored
Overload parse() to accept an rvalue reference
-
Niels authored
Use the right variable name in doc string
-
Niels authored
Fix small oversight.
-
Niels authored
Remove superfluous inefficiency
-
Niels authored
fixed typos in comments for examples
-
- 02 Oct, 2015 1 commit
-
-
Dario Menendez authored
-
- 25 Sep, 2015 1 commit
-
-
Daniel Frey authored
-
- 20 Sep, 2015 4 commits
-
-
Daniel Frey authored
-
Huu Nguyen authored
-
silverweed authored
-
Colin Hirsch authored
-
- 22 Aug, 2015 2 commits
- 21 Aug, 2015 2 commits
- 14 Aug, 2015 5 commits
- 13 Aug, 2015 2 commits
-
-
Niels authored
try to avoid MSVC bug (https://connect.microsoft.com/VisualStudio/feedback/details/797682/c-decltype-of-class-member-access-incompletely-implemented)
-
Niels authored
-
- 06 Aug, 2015 5 commits
- 04 Aug, 2015 1 commit
-
-
Niels authored
-