From 662400d824ceab77cb4dc2d0163b4d48d210b3e1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 17:23:45 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl --- libbrep/common.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbrep/common.hxx') diff --git a/libbrep/common.hxx b/libbrep/common.hxx index b1160ab..942790c 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -108,8 +108,8 @@ namespace brep std::chrono::nanoseconds::period>::value, "The following timestamp ODB mapping is invalid"); - // As it pointed out in butl/timestamp we will overflow in year 2262, but - // by that time some larger basic type will be available for mapping. + // As it pointed out in libbutl/timestamp.hxx we will overflow in year 2262, + // but by that time some larger basic type will be available for mapping. // #pragma db map type(timestamp) as(uint64_t) \ to(std::chrono::duration_cast ( \ -- cgit v1.1