util/TimeParser: add "pure" attribute
This commit is contained in:
parent
42acf78b09
commit
44493ca0c4
|
@ -30,6 +30,8 @@
|
||||||
#ifndef TIME_PARSER_HXX
|
#ifndef TIME_PARSER_HXX
|
||||||
#define TIME_PARSER_HXX
|
#define TIME_PARSER_HXX
|
||||||
|
|
||||||
|
#include "Compiler.h"
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -37,6 +39,7 @@
|
||||||
*
|
*
|
||||||
* Throws std::runtime_error on error.
|
* Throws std::runtime_error on error.
|
||||||
*/
|
*/
|
||||||
|
gcc_pure
|
||||||
std::chrono::system_clock::time_point
|
std::chrono::system_clock::time_point
|
||||||
ParseTimePoint(const char *s, const char *format);
|
ParseTimePoint(const char *s, const char *format);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue