Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alarm-handler
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
alarm-handler
Merge requests
!3
Resolve "Add macOS compatibility"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add macOS compatibility"
1-add-macos-compatibility
into
master
Overview
0
Commits
8
Pipelines
8
Changes
2
Merged
Thomas Juerges
requested to merge
1-add-macos-compatibility
into
master
11 months ago
Overview
0
Commits
8
Pipelines
8
Changes
3
Expand
Closes
#1 (closed)
0
0
Merge request reports
Viewing commit
82edfd22
Prev
Next
Show latest version
3 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
82edfd22
Add using namespace std because there are too many places to fix
· 82edfd22
Thomas Juerges
authored
9 months ago
test/testdevice/src/TestDevice.h
+
1
−
1
Options
@@ -34,6 +34,7 @@
namespace
TestDevice_ns
{
/*----- PROTECTED REGION ID(TestDevice::Additional Class Declarations) ENABLED START -----*/
using
namespace
std
;
// Additional Class Declarations
typedef
struct
{
@@ -53,7 +54,6 @@ enum { typeDouble, typeLong, typeBool, typeString, typeUchar};
class
TestDevice
:
public
TANGO_BASE_CLASS
{
friend
class
CmdClass
;
/*----- PROTECTED REGION ID(TestDevice::Data Members) ENABLED START -----*/