Skip to content
Snippets Groups Projects
Commit ddc34eb2 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add string to armarx::aron namespace

parent b9713642
No related branches found
No related tags found
1 merge request!98ArMem Update
......@@ -49,6 +49,7 @@
* TODO:
*/
/**
* Should I use macros in C++?
* As a rule, you should only use macros, when a better alternative does not exist.
......@@ -58,6 +59,20 @@
* However I it is easier right now, so I will use it.
*/
#include <string>
namespace armarx
{
namespace aron
{
// This simplifies code generation.
// It may be removed in favor of another solution in the future.
using string = std::string;
}
}
/************************************
* TYPES ****************************
***********************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment