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/full.h>
5 
6 int main(int argc, char** argv)
7 {
8  ROSFMT_INFO("Hello world");
9  ROSFMT_INFO("This is five: {}", 5);
10  return 0;
11 }
#define ROSFMT_INFO(...)
int main(int argc, char **argv)
Definition: test.cpp:6


rosfmt
Author(s):
autogenerated on Tue Jan 5 2021 03:47:40