/* * @file a_main.cpp * @author Krzysztof Czainski <1czajnik@gmail.com> */ #include "a.hpp" int main() { A a1; A a2( boost::move(a1) ); }