Skip to content

Instantly share code, notes, and snippets.

@lighta
Created January 7, 2016 16:25
Show Gist options
  • Save lighta/b08c8980f7baabd6122b to your computer and use it in GitHub Desktop.
Save lighta/b08c8980f7baabd6122b to your computer and use it in GitHub Desktop.
| cCalibWidthCenter.cpp(1071): warning C4081: expected ')'; found 'user-defined string literal1 ll1071'|
cCalibWidthCenter.cpp:
l1 : #include "stdafx.h"
l1071 : TODO("hange ths magic number by a macro")
stdafx.h:
#define TODO(x) __pragma(message(__FILE__"("STR_EXPAND(__LINE__)") : TODO : "STR_EXPAND(x)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment