mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-10-14 15:05:36 +02:00
This patch drops boost as a dependency from the valijson core.
It is based on https://github.com/tristanpenman/valijson/pull/28, but squashed and rebased for simplicity. See the original https://github.com/tristanpenman/valijson/pull/28 for history.
This commit is contained in:

committed by
Tristan Penman

parent
b698164ebe
commit
b6854612a4
@@ -1,8 +1,5 @@
|
||||
#include <iostream>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <valijson/adapters/rapidjson_adapter.hpp>
|
||||
|
Reference in New Issue
Block a user