- 11 Jun, 2015 1 commit
-
-
Niels authored
Remove useless typename
-
- 09 Jun, 2015 1 commit
-
-
Alexandre Hamez authored
Avoid a warning with GCC 4.9: son.hpp:2361:49: warning: declaration 'struct std::bidirectional_iterator_tag' does not declare anything using iterator_category = typename std::bidirectional_iterator_tag; ^
-
- 08 Jun, 2015 4 commits
-
-
Niels authored
-
Niels authored
Avoid warning with Xcode's clang
-
Alexandre Hamez authored
-
Alexandre Hamez authored
-
- 04 Jun, 2015 4 commits
- 03 Jun, 2015 2 commits
- 02 Jun, 2015 3 commits
- 30 May, 2015 1 commit
-
-
Niels authored
-
- 12 May, 2015 2 commits
-
-
Niels authored
Fix typos
-
AQNOUCH Mohammed authored
-
- 10 May, 2015 6 commits
-
-
Niels authored
-
Niels authored
-
Niels authored
Replace `default_callback` function with `nullptr` and check for null…
-
Niels authored
-
Aaron Burghardt authored
Replace `default_callback` function with `nullptr` and check for null callback function before calling it. This is cleaner and better performing.
-
Niels authored
-
- 09 May, 2015 11 commits
-
-
Niels authored
-
Niels authored
-
Niels authored
-
Niels authored
-
Niels authored
-
Niels authored
support enum
-
Niels authored
-
Niels authored
-
Niels authored
-
Niels authored
-
易思龙 authored
construct enum type to basic_json (proxy by int type) ``` enum { t = 0 }; json j = json::array(); j.push_back(t); j.push_back(json::object({ {"game_type", t} })); ```
-
- 06 May, 2015 5 commits