FatalFacebook 模板庫
Fatal 是 C++11 及以上的軟件快速原型庫,提供非常廣泛的模板元編程工具,用來反射和對元數(shù)據(jù)進(jìn)行操作。
構(gòu)建單元測試
$ clang++ -Wall -std=c++11 -I path/to/fatal \ -o path/to/output/binary path/to/test/or/benchmark.cpp \ -lfolly -lfollybenchmark -ldouble-conversion -lglog
or
$ g++ -Wall -std=c++11 -I path/to/fatal \ -o path/to/output/binary path/to/test/or/benchmark.cpp \ -lfolly -lfollybenchmark -ldouble-conversion -lglog
構(gòu)建示例
$ clang++ -Wall -std=c++1y -I path/to/fatal \ -o path/to/output/binary path/to/demo.cpp \ -lfolly -ldouble-conversion
or
$ g++ -Wall -std=c++1y -I path/to/fatal \ -o path/to/output/binary path/to/demo.cpp \ -lfolly -ldouble-conversion
評論
圖片
表情
