Skip to content

Commit

Permalink
See issue #76: Removed C++11 code until compiler options are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshjoshi committed Aug 5, 2022
1 parent 144258b commit c38635b
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 69 deletions.
4 changes: 2 additions & 2 deletions examples/cc/app/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

int main()
{
auto result = add(1, 2);
const auto greet();
int result = add(1, 2);
greet();
std::cout << "Hello, C++ world! " << result << std::endl;
return 0;
}
4 changes: 0 additions & 4 deletions pants-plugins/experimental/cc/BUILD

This file was deleted.

8 changes: 0 additions & 8 deletions pants-plugins/experimental/cc/goals/BUILD

This file was deleted.

Empty file.
9 changes: 0 additions & 9 deletions pants-plugins/experimental/cc/goals/check.py

This file was deleted.

20 changes: 0 additions & 20 deletions pants-plugins/experimental/cc/register.py

This file was deleted.

4 changes: 0 additions & 4 deletions pants-plugins/experimental/cc/subsystems/BUILD

This file was deleted.

Empty file.
9 changes: 0 additions & 9 deletions pants-plugins/experimental/cc/subsystems/toolchain.py

This file was deleted.

4 changes: 0 additions & 4 deletions pants-plugins/experimental/cc/util_rules/BUILD

This file was deleted.

Empty file.
9 changes: 0 additions & 9 deletions pants-plugins/experimental/cc/util_rules/compile.py

This file was deleted.

0 comments on commit c38635b

Please sign in to comment.