test.cpp
Go to the documentation of this file.
1 // Simple compilation test
2 // Author: Max Schwarz <max.schwarz@ais.uni-bonn.de>
3 
4 #include <rosfmt/rosfmt.h>
5 
6 int main(int argc, char** argv)
7 {
8  ROSFMT_INFO("Hello world");
9  ROSFMT_INFO("This is five: {}", 5);
10 
11  return 0;
12 }
#define ROSFMT_INFO(...)
int main(int argc, char **argv)
Definition: test.cpp:6


rosfmt
Author(s):
autogenerated on Wed May 15 2019 02:54:11