Re: [Cppcms-users] In json.cpp and json.h I did not seethedeclareof the parse_stream function but y
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2011-12-28 14:18:30
|
> I do not understand the exact scope of the anonymous namespace. > the anonymous namespace in json namespace,the json namespace in cppcms namespace . > ... > can you explain that why in json namespace can invoke the > method in a the anonymous namespace that define in json namespace? Read: http://stackoverflow.com/questions/154469/unnamed-anonymous-namespaces-vs-static-functions > is the parse_stream just belong json.cpp ? Exactly. Artyom |