#ifndef JASON_SPIRIT_VALUE_TEST #define JASON_SPIRIT_VALUE_TEST /* Copyright (c) 2007-2009 John W Wilkinson This source code can be used for any purpose as long as this comment is retained. */ // json spirit version 3.00 #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif namespace json_spirit { void test_value(); } #endif
By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The MIT License