Add comments to code that is required to not compile

This commit is contained in:
rbock
2018-06-26 08:07:08 +02:00
parent 76ec663cc6
commit ef01958b19
7 changed files with 31 additions and 0 deletions

View File

@@ -23,6 +23,11 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* NOTE:
* This code must not compile (it is used to test a static_assert)
*/
#include "Sample.h"
#include "MockDb.h"
#include <sqlpp11/functions.h>