Skip to content

Instantly share code, notes, and snippets.

@Gocrazy
Created January 13, 2014 15:04
Show Gist options
  • Select an option

  • Save Gocrazy/8401856 to your computer and use it in GitHub Desktop.

Select an option

Save Gocrazy/8401856 to your computer and use it in GitHub Desktop.
#pragma once
#include "soa/types/value_description.h"
#include "soa/types/basic_value_descriptions.h"
#include "soa/types/json_parsing.h"
#include "smaato.h"
#include <boost/lexical_cast.hpp>
namespace Datacratic {
template<>
struct DefaultDescription<Smaato::BidRequest>
: public StructureDescription<Smaato::BidRequest> {
DefaultDescription();
};
} // namespace Datacratic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment