Correct placement of namespace declarations.
Compare changes
@@ -28,11 +28,6 @@
@@ -28,11 +28,6 @@
@@ -66,6 +61,11 @@ namespace std {
@@ -66,6 +61,11 @@ namespace std {
GitLab upgrade completed. Current version is 17.11.3.
With the current placement the definition of make_unique is not in the std namespace as intended but in the namespace OpenViBE::AcquisitionServer::std which is wrong. This patch corrects that. Tested on Fedora 35,36 and 37.