Function CPPTOML_DEPRECATED
Synopsis
#include <include/cpptoml.h>
CPPTOML_DEPRECATED("from_local has been renamed to from_zoned") static inline struct offset_datetime from_local(const struct tm &t)
Description
No description yet.
Source
Lines 146-150 in include/cpptoml.h.
CPPTOML_DEPRECATED("from_local has been renamed to from_zoned")
static inline struct offset_datetime from_local(const struct tm& t)
{
return from_zoned(t);
}