This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Arithmetic type emulator helper class for testcases.


Hi Chris,

> Since I need it in several test case files, can it be placed
> in one of the util headers? Does it seem like something useful outside
> of duration testing?

The idea certainly makes sense. Many time in the past set of testcases for new facilities included some infrastructure like that. I think you should just make sure the code follows the existing practice for the general features and just submit it with the rest. Can you remind me where are we as regards <chrono>? Do we need some configury bits to enable the code only when some system calls are available or something like that?

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]