Skip to content

Instantly share code, notes, and snippets.

@fifilyu
fifilyu / jccg90.cpp
Created September 7, 2016 02:04
jccg90.cpp
#include <cstdio>
#include <vector>
#include <memory>
#include <iostream>
using namespace std;
struct Info {
bool a;
double b;
[fifilyu@archlinux folly]$ ./configure --prefix=/usr/local/folly
...
checking for boostlib >= 1.51.0... yes
checking whether the Boost::Context library is available... no
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread... yes
checking whether the Boost::Regex library is available... yes
checking for exit in -lboost_regex... yes
checking whether the Boost::System library is available... yes