Skip to content

Commit

Permalink
removed using namespace std
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Nov 7, 2023
1 parent 8b90376 commit 50d1eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/zenoh-pico/collections/pointer.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#else
#include <atomic>
#define z_atomic(X) std::atomic<X>
using namespace std;
#endif

/*------------------ Internal Array Macros ------------------*/
Expand Down

0 comments on commit 50d1eca

Please sign in to comment.