The C ++ specification ( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf , section 7.5.4) states that
Binding specification should only be done in the namespace area
What does the namespace scope mean? Does this mean that a binding specification, such as extern "C", cannot be in the global scope only in the namespace?What does the namespace scope mean?
extern "C"
, extern "C" ( -, ..). -, , - . /p >
, -names-namespace-name - , namespace- -namespace-name.
Source: https://habr.com/ru/post/1531111/More articles:How to programmatically install TextBlock Foreground Hex Color - windows-phone-8StackOverflow when checking for one row in another - javaView owner event question OnClickListener owner event - androidIn the listview adapter, replace the image with a click of this image - androidIs it faster to get the compiler to initialize the array or manually iterate over the array to initialize? - c ++Eclipse does not work correctly after update - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1531113/cant-create-avd-or-test-any-application-with-avd-after-update-build-tools-to-226&usg=ALkJrhjJhUTXQtNoPkGpzeF2SVgpsCHk7wHow to call a function in ng-click, which is defined in the factory service - javascriptWhy does Win32 have no problem with the zombie stream? - c ++openCV java code pass Point object for native code (C ++)? - c ++All Articles