removed "using namespace" from examples

This commit is contained in:
Niels 2016-01-30 20:23:14 +01:00
parent ade2f7c92d
commit 9d063d90e3
192 changed files with 192 additions and 192 deletions
doc/examples
README.cppREADME.linkarray.cpparray.linkat__object_t_key_type.cppat__object_t_key_type.linkat__object_t_key_type_const.cppat__object_t_key_type_const.linkat__size_type.cppat__size_type.linkat__size_type_const.cppat__size_type_const.linkback.cppback.linkbasic_json.cppbasic_json.linkbasic_json__CompatibleArrayType.cppbasic_json__CompatibleArrayType.linkbasic_json__CompatibleIntegerNumberType.cppbasic_json__CompatibleIntegerNumberType.linkbasic_json__CompatibleNumberFloatType.cppbasic_json__CompatibleNumberFloatType.linkbasic_json__CompatibleObjectType.cppbasic_json__CompatibleObjectType.linkbasic_json__CompatibleStringType.cppbasic_json__CompatibleStringType.linkbasic_json__InputIt_InputIt.cppbasic_json__InputIt_InputIt.linkbasic_json__array_t.cppbasic_json__array_t.linkbasic_json__basic_json.cppbasic_json__basic_json.linkbasic_json__boolean_t.cppbasic_json__boolean_t.linkbasic_json__const_int.cppbasic_json__const_int.linkbasic_json__copyassignment.cppbasic_json__copyassignment.linkbasic_json__list_init_t.cppbasic_json__list_init_t.linkbasic_json__moveconstructor.cppbasic_json__moveconstructor.linkbasic_json__nullptr_t.cppbasic_json__nullptr_t.linkbasic_json__number_float_t.cppbasic_json__number_float_t.linkbasic_json__number_integer_t.cppbasic_json__number_integer_t.linkbasic_json__object_t.cppbasic_json__object_t.linkbasic_json__size_type_basic_json.cppbasic_json__size_type_basic_json.linkbasic_json__string_t.cppbasic_json__string_t.linkbasic_json__string_t_value_type.cppbasic_json__string_t_value_type.linkbasic_json__value.cppbasic_json__value.linkbasic_json__value_t.cppbasic_json__value_t.linkbegin.cppbegin.linkcbegin.cppcbegin.linkcend.cppcend.linkclear.cppclear.linkcount.cppcount.linkcrbegin.cppcrbegin.linkcrend.cppcrend.linkdump.cppdump.linkempty.cppempty.linkend.cppend.linkerase__IteratorType.cpperase__IteratorType.linkerase__IteratorType_IteratorType.cpperase__IteratorType_IteratorType.linkerase__key_type.cpperase__key_type.linkerase__size_type.cpperase__size_type.linkfind__key_type.cppfind__key_type.linkfront.cppfront.linkget__PointerType.cppget__PointerType.linkget__ValueType_const.cppget__ValueType_const.linkget_ptr.cppget_ptr.linkget_ref.cppget_ref.link

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/vsDHoEGWuGiwM0oh"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/y0porRuf7gTGQrIn"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/NeN8wmHsQGxFXC6L"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/TTykAqoDgbLzKxt3"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/3ir8W1OZ5KtbRz6r"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/wjOUJUwo2SO7q5u8"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/zwOKkXrKstDlMPjr"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/7gGtalpuoF4xE7VN"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/9Ae4DO4HJjULnq5j"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/Sa6XYQS7TJ5sGG8a"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/Ti47m4DY2lV4SWNV"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/PGQOjyIV7s5YnsQM"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/zB9tSkSVYIthfgj6"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/M9xQVJJLTE1qvTtm"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/Hrajl95QUa1Lplou"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/mSAAr3GATT6ciVjV"><b>online</b></a>

View file

@ -5,7 +5,7 @@
#include <set>
#include <unordered_set>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/vyrjruntW4ASDBKH"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/InYach9gNBDvA8QR"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/cyithYO7sPbXxK16"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/VDu3HkQPf0Rv5dzH"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/yO6SWuP9bEYvNEvX"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/BjDrTHvJMwFC3iLr"><b>online</b></a>

View file

@ -1,7 +1,7 @@
#include <json.hpp>
#include <unordered_map>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/FCiYtNwovQ84DWxl"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/ZJz4SFD4Iuy8OS4T"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/h8c1hfORMnVrJ1Ky"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/Fe1WNG7eJRaWYMM4"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/z2P1DpA8uSSlwgTl"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/Ulv0RYN6QoJ6ECVR"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/vwVgsv7w6YZUgctJ"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/T5FlYwVpQ1oXBuBH"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/wwzBU7cK8Xr2yiKJ"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/vPBv5smAPKUko4Qo"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/RzWnqhbfuvbHXCBJ"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/saCwetmQZaB8tQ24"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/BPk4vUc4kJPWX0rz"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/BzGFT02b2KTR6z2B"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/P8QWpucrWhov8JRR"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/Ib1A0jrFXwYhf0eA"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/IWIZSNthuHrT3AS6"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/r7SIosyJCePZZvqh"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/dvTtz7DIo8TDhYE6"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/y7ngrkT74SN0fFWG"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/hcERmrPzjmXeSzB8"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/Y7B27Mtrcp64PI9l"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/47cqX7AduSWn24lA"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/rsIsQEvaeJEaJx9c"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/RUSNdk5YEAr2vL4E"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/3aV9OONj8OfHPXBV"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/4IF0ofRq0nZcV8pI"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/YhDZ1WhldMdwBthI"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/dkznQmTMqulurCqD"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/OTJ7W8jL7z9qQlkL"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/S9jwK28ThNIGkdUI"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/ZRv2SsnLGdLzBhFO"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/xNtouqvB2OJBOwkv"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/xttjHgaxVqpfriXz"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/pehnjdIduvv90qfX"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/ejZBeBBPEBmYsPFz"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/ncOG8fdxNrISUNFj"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/fkrZveuulCw95PXF"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/Nwb94PEGlvnjrqj1"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/9HE53y23Ldu1xzQU"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/mWrMi5IrJjRILgir"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/8rGgyscFrA1fCiIn"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/0OHrFwFGvRuDKdfx"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/Zek4QM4kvKLUywGC"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/Ddggfbg18WXOIBkW"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/D6RJMyjkibQmKUC4"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/mPQHwiNeVa872Aky"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/GFOaqTzQCZeTQk3R"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/XA8jRF4u0UBKMVKT"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/ZVFFzaSjRzx81O7o"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/XHuFmdmwqZ7Tdw2U"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/EmWt4iCaVbSmTxUs"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/tkZFGPekIFMEQYY0"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/PjtHNsrmmgEeCFVp"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/8vK2Qdo2tJk3loVq"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/daiGc21CilMsU7ln"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/PTRnmRsywWUoknqU"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/7QIAVTX9fvOkHUrH"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/iqtEFeReXatgjqHy"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/DlwzEWGJkvmikaNi"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/4ZSaQAFaqyN8Vhop"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/ds4TH3IAYVLCGyIz"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/vQ4ipI1dlW8IZhNh"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/h6FfQqA0UIqdG6ca"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/foNekpKoDDTEfKuy"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/Fg7ut6CV4YBCsDbQ"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/q5oRles9a6IgEOkD"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/BfABW7AMVl4xqeoJ"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/OvihNTNV4XPwoSw8"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/NH4F08xGiQfNT71r"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/OQ6W9gVosCWDgJHS"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/iunIxpTIIy6vcWJZ"><b>online</b></a>

View file

@ -1,7 +1,7 @@
#include <json.hpp>
#include <unordered_map>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/4OkGAXhiCsa1E5Jx"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/7k9830oUxfGndWzT"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/Onaz3FY3sow5TEwH"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/NDeUS78poIDrGhIP"><b>online</b></a>

View file

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{

View file

@ -1 +1 @@
<a target="_blank" href="http://melpon.org/wandbox/permlink/nBNBANVonG9HCQqQ"><b>online</b></a>
<a target="_blank" href="http://melpon.org/wandbox/permlink/5IINd4ZXCINhlk8u"><b>online</b></a>

Some files were not shown because too many files have changed in this diff Show more