Displaying 3 results from an estimated 3 matches for "from_local".
2018 Aug 10
2
[cfe-dev] Filesystem has Landed in Libc++
...t;
static
std::chrono::time_point<date::local_t, Duration>
to_local(const std::chrono::time_point<file_clock, Duration>& t) noexcept;
template<typename Duration>
static
std::chrono::time_point<file_clock, Duration>
from_local(const std::chrono::time_point<date::local_t, Duration>& t) noexcept;
// private helpers
static
timespec
to_timespec(const time_point& t) noexcept;
static
time_point
from_timespec(const timespec& t) noexcept;
};
te...
2010 Apr 16
1
Group Membership and Exec
Hi,
I have a puppet module that I''m using to manage Oracle 11G. I''m using
puppet 0.24.8 on 64-bit CentOS 5.4. Everything works properly except
the execution of the oracle installer. It fails because it believes
that the user it is running as is not a member of the proper groups.
However, the user is in the groups, and if I log in as that user and
run the same command that puppet
2018 Jul 27
5
Filesystem has Landed in Libc++
Hi All,
I recently committed <filesystem> to trunk. I wanted to bring attention to
some quirks it currently has.
First, it's been put in a separate library, libc++fs, for now. Users are
responsible for linking the library when they use filesystem.
Second, it should still not be considered ABI stable. Vendors should be
aware of this before shipping it. Hopefully all the standard and