1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

error test

This commit is contained in:
Ben Burdette 2020-03-23 15:29:49 -06:00
parent f694f43d7d
commit aadd59d005
3 changed files with 64 additions and 13 deletions

View file

@ -3,11 +3,9 @@
#include "types.hh"
#include <string>
#include <optional>
// #include <boost/format.hpp>
using std::string;
using std::optional;
// using boost::format;
namespace nix {