Home
last modified time | relevance | path

Searched defs:CLARA_AUTO_PTR (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp4381 # define CLARA_AUTO_PTR( T ) std::unique_ptr<T> macro
4383 # define CLARA_AUTO_PTR( T ) std::auto_ptr<T> macro