mirror of
https://github.com/boostorg/contract.git
synced 2026-02-21 15:02:26 +00:00
16 lines
367 B
C++
Executable File
16 lines
367 B
C++
Executable File
|
|
// Copyright (C) 2008-2012 Lorenzo Caminiti
|
|
// Distributed under the Boost Software License, Version 1.0
|
|
// (see accompanying file LICENSE_1_0.txt or a copy at
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
// Home at http://sourceforge.net/projects/contractpp
|
|
|
|
#include "override_member.hpp"
|
|
|
|
int main ( void ) {
|
|
x().f();
|
|
y().f();
|
|
return 0;
|
|
}
|
|
|