odr1.cpp 304 B

123456789101112
  1. // Copyright (C) 2006 Arkadiy Vertleyb
  2. // Use, modification and distribution is subject to the Boost Software
  3. // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
  4. #include "odr.hpp"
  5. #include <iostream>
  6. int main()
  7. {
  8. std::cout << "No ODR violation detected" << std::endl;
  9. return 0;
  10. }