Skip to content

Commit

Permalink
Disable example/compile_time_2.cpp under GCC 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 13, 2024
1 parent 54b5db5 commit cda3d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ link ../benchmark/keys.cpp ;
link ../example/md5sum.cpp ;
link ../example/hash2sum.cpp : <cxxstd>11:<build>no <toolset>msvc-14.0:<build>no ;
link ../example/compile_time.cpp : <cxxstd>11:<build>no <toolset>msvc-14.0:<build>no ;
link ../example/compile_time_2.cpp : <cxxstd>11:<build>no <toolset>msvc-14.0:<build>no ;
link ../example/compile_time_2.cpp : <cxxstd>11:<build>no <toolset>msvc-14.0:<build>no <toolset>gcc-5:<build>no ;

0 comments on commit cda3d6c

Please sign in to comment.