mirror of
https://github.com/arcan1s/result.git
synced 2025-04-24 15:37:18 +00:00
some desc fixes
This commit is contained in:
parent
475cb92969
commit
966c113f72
12
AUTHORS
12
AUTHORS
@ -1,13 +1,3 @@
|
|||||||
Current developers:
|
Current developers:
|
||||||
Evgeniy Alekseev aka arcanis <esalexeev (at) gmail (dot) com>
|
Evgeniy Alekseev <esalexeev (at) gmail (dot) com>
|
||||||
|
|
||||||
Packagers:
|
|
||||||
Konstantin Voinov (openSuSe)
|
|
||||||
|
|
||||||
Translators:
|
|
||||||
@Mermouy (French)
|
|
||||||
Ernesto Avilés Vzqz (Spanish)
|
|
||||||
@underr (Brazillian Portuguese)
|
|
||||||
Виктор Слободян (Ukrainian)
|
|
||||||
Steve Lemuel (Chinese)
|
|
||||||
Mariusz Kocoń (Polish)
|
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _RESULT_H_
|
#ifndef _RESULT_HPP_
|
||||||
#define _RESULT_H_
|
#define _RESULT_HPP_
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <variant>
|
#include <variant>
|
||||||
@ -155,4 +155,4 @@ public:
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _RESULT_H_ */
|
#endif /* _RESULT_HPP_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user