mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-08 13:49:47 +00:00
Import duckhandy as a submodule and fix includes.
This commit is contained in:
parent
aeb8dee561
commit
a5477c99cf
45 changed files with 55 additions and 51 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "dindexer-machinery/set_listing.hpp"
|
||||
#include "dindexer-machinery/set_listing_helpers.hpp"
|
||||
#include "helpers/lengthof.h"
|
||||
#include "duckhandy/lengthof.h"
|
||||
#include <gtest/gtest.h>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
* along with "dindexer". If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "helpers/lexical_cast.hpp"
|
||||
#include "duckhandy/lexical_cast.hpp"
|
||||
#include <gtest/gtest.h>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <boost/utility/string_ref.hpp>
|
||||
|
||||
TEST(helpers, lexical_cast) {
|
||||
TEST(duckhandy, lexical_cast) {
|
||||
using dinhelp::lexical_cast;
|
||||
using dinhelp::tags::hex;
|
||||
using dinhelp::tags::dec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue